| commit | cf7439c5510578572b30a92a52549b5babfa93d9 | [log] |
|---|---|---|
| author | Miklos Vajna <vmiklos@collabora.co.uk> | Wed Jun 03 15:17:22 2015 +0200 |
| committer | Miklos Vajna <vmiklos@collabora.co.uk> | Wed Jun 03 15:37:56 2015 +0200 |
| tree | dd2b56fccd8c6246f186f1ed292796e96899ee75 | |
| parent | 793db97a7cd4ca93b7106deb95f55e451679b189 [diff] |
SwDBManager: store of embedded data source definition is implemented Since commit 290cc96e98c8d66396402f9be51739646b1eafa7 (SwDBManager: refer embedded data source from doc settings, 2015-06-02). Change-Id: Iaf261d31ad00541b40e2fa8c35d60bd6768dbbcd
diff --git a/sw/source/uibase/dbui/dbmgr.cxx b/sw/source/uibase/dbui/dbmgr.cxx index db84bae..fd57164 100644 --- a/sw/source/uibase/dbui/dbmgr.cxx +++ b/sw/source/uibase/dbui/dbmgr.cxx
@@ -2518,11 +2518,6 @@ OUString lcl_getOwnURL(SwDocShell* pDocShell) { OUString aRet; // Experimental till load/store of embedded data source definition is not fully implemented. static bool bEmbed = officecfg::Office::Common::Misc::ExperimentalMode::get(); if (!bEmbed) return aRet; if (!pDocShell) return aRet;