From 54fa014ea910d648570c5941325aaa9fdf3d7c8c Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Thu, 20 Jun 2019 14:55:29 +0200 Subject: [PATCH] Revert "build fix" This reverts commit 11bb62dfc3188a2b4e61f8d1e3d246898579dbf8. --- sw/source/uibase/dbui/dbmgr.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(), '*')); -- 2.11.4.GIT