summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-06-03 15:17:22 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-06-03 15:37:56 +0200
commitcf7439c5510578572b30a92a52549b5babfa93d9 (patch)
treedd2b56fccd8c6246f186f1ed292796e96899ee75 /sw
parent793db97a7cd4ca93b7106deb95f55e451679b189 (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
Diffstat (limited to 'sw')
-rw-r--r--sw/source/uibase/dbui/dbmgr.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/sw/source/uibase/dbui/dbmgr.cxx b/sw/source/uibase/dbui/dbmgr.cxx
index db84bae5c212..fd57164a5993 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;