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;