[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.3' - sfx2/source
Andras Timar
andras.timar at collabora.com
Mon Jul 31 21:25:15 UTC 2017
sfx2/source/doc/guisaveas.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit a294cee6f00a292c06086ce9a549c8f75dda194f
Author: Andras Timar <andras.timar at collabora.com>
Date: Mon Jul 31 23:17:07 2017 +0200
build fix
Change-Id: I8cc1b9fc7120249fc3a1287f70e7b4327eab62a6
diff --git a/sfx2/source/doc/guisaveas.cxx b/sfx2/source/doc/guisaveas.cxx
index 7f8542248cc9..c0b6491e015f 100644
--- a/sfx2/source/doc/guisaveas.cxx
+++ b/sfx2/source/doc/guisaveas.cxx
@@ -1210,7 +1210,7 @@ OUString ModelData_Impl::GetRecommendedDir( const OUString& aSuggestedDir )
aLocation = INetURLObject( SvtPathOptions().GetWorkPath() );
}
- OUString sLocationURL( aLocation.GetMainURL( INetURLObject::DecodeMechanism::NONE ) );
+ OUString sLocationURL( aLocation.GetMainURL( INetURLObject::NO_DECODE ) );
bool bIsInTempPath( false );
OUString sSysTempPath;
if( osl::FileBase::getTempDirURL( sSysTempPath ) == osl::FileBase::E_None )
More information about the Libreoffice-commits
mailing list