[Libreoffice-commits] core.git: sw/source
Miklos Vajna
vmiklos at collabora.co.uk
Wed Jun 3 06:38:22 PDT 2015
sw/source/uibase/dbui/dbmgr.cxx | 5 -----
1 file changed, 5 deletions(-)
New commits:
commit cf7439c5510578572b30a92a52549b5babfa93d9
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date: Wed Jun 3 15:17:22 2015 +0200
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;
More information about the Libreoffice-commits
mailing list