summaryrefslogtreecommitdiff
path: root/include/svtools/place.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/place.hxx')
-rw-r--r--include/svtools/place.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/place.hxx b/include/svtools/place.hxx
index db70cf96c163..23dd863350bd 100644
--- a/include/svtools/place.hxx
+++ b/include/svtools/place.hxx
@@ -31,7 +31,7 @@ public:
void SetUrl(const OUString& aUrl ) { maUrl.SetURL( aUrl ); }
OUString& GetName( ) { return msName; }
- OUString GetUrl( ) { return maUrl.GetMainURL( INetURLObject::NO_DECODE ); }
+ OUString GetUrl( ) { return maUrl.GetMainURL( INetURLObject::DecodeMechanism::NONE ); }
INetURLObject& GetUrlObject( ) { return maUrl; }
bool IsLocal( ) { return maUrl.GetProtocol() == INetProtocol::File; }
bool IsEditable( ) { return mbEditable; }