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

Andras Timar (via logerrit) logerrit at kemper.freedesktop.org
Thu Jun 20 12:56:26 UTC 2019


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

New commits:
commit 54fa014ea910d648570c5941325aaa9fdf3d7c8c
Author:     Andras Timar <andras.timar at collabora.com>
AuthorDate: Thu Jun 20 14:55:29 2019 +0200
Commit:     Andras Timar <andras.timar at collabora.com>
CommitDate: Thu Jun 20 14:55:29 2019 +0200

    Revert "build fix"
    
    This reverts commit 11bb62dfc3188a2b4e61f8d1e3d246898579dbf8.

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


More information about the Libreoffice-commits mailing list