summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2017-07-31 23:17:07 +0200
committerAndras Timar <andras.timar@collabora.com>2017-07-31 23:17:07 +0200
commita294cee6f00a292c06086ce9a549c8f75dda194f (patch)
treece035c556c3dd31a0ad25eea93fe8c8df84228ab
parentf0400ead0a1d02c3f714b7df243158cd26489dbe (diff)
build fixcp-5.3-21
Change-Id: I8cc1b9fc7120249fc3a1287f70e7b4327eab62a6
-rw-r--r--sfx2/source/doc/guisaveas.cxx2
1 files changed, 1 insertions, 1 deletions
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 )