[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.3-desktop' - sw/source

Andras Timar (via logerrit) logerrit at kemper.freedesktop.org
Wed Jun 19 11:35:10 UTC 2019


 sw/source/uibase/dbui/dbmgr.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 11bb62dfc3188a2b4e61f8d1e3d246898579dbf8
Author:     Andras Timar <andras.timar at collabora.com>
AuthorDate: Wed Jun 19 07:34:27 2019 -0400
Commit:     Andras Timar <andras.timar at collabora.com>
CommitDate: Wed Jun 19 07:34:27 2019 -0400

    build fix
    
    Change-Id: I934967b97c327349ac60c828f39192ec19fe4837

diff --git a/sw/source/uibase/dbui/dbmgr.cxx b/sw/source/uibase/dbui/dbmgr.cxx
index 70bcfd9a8a87..c89f8eb9a6e3 100644
--- a/sw/source/uibase/dbui/dbmgr.cxx
+++ b/sw/source/uibase/dbui/dbmgr.cxx
@@ -1383,7 +1383,7 @@ bool SwDBManager::MergeMailFiles(SwWrtShell* pSourceShell,
                     INetURLObject aEntry( sPrefix );
                     sLeading = aEntry.GetBase();
                     aEntry.removeSegment();
-                    sPrefix = aEntry.GetMainURL( INetURLObject::DecodeMechanism::NONE );
+                    sPrefix = aEntry.GetMainURL( INetURLObject::DecodeMechanism::NO_DECODE );
                 }
 
                 OUString sExt(comphelper::string::stripStart(pStoreToFilter->GetDefaultExtension(), '*'));


More information about the Libreoffice-commits mailing list