diff options
author | Andras Timar <andras.timar@collabora.com> | 2019-06-20 14:55:29 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2019-06-20 14:55:29 +0200 |
commit | 54fa014ea910d648570c5941325aaa9fdf3d7c8c (patch) | |
tree | d421bd74078533eb26466c93569674e341fbc08e | |
parent | b6a7161c40a2fc8719e54f7e639667943110f3ee (diff) |
Revert "build fix"cp-5.3-65
This reverts commit 11bb62dfc3188a2b4e61f8d1e3d246898579dbf8.
-rw-r--r-- | sw/source/uibase/dbui/dbmgr.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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(), '*')); |