summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/frmdescr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/doc/frmdescr.cxx')
-rw-r--r--sfx2/source/doc/frmdescr.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/doc/frmdescr.cxx b/sfx2/source/doc/frmdescr.cxx
index c2f217b99adb..a23126be9c80 100644
--- a/sfx2/source/doc/frmdescr.cxx
+++ b/sfx2/source/doc/frmdescr.cxx
@@ -64,7 +64,7 @@ SfxItemSet* SfxFrameDescriptor::GetArgs()
void SfxFrameDescriptor::SetURL( const OUString& rURL )
{
aURL = INetURLObject(rURL);
- SetActualURL(aURL.GetMainURL( INetURLObject::DECODE_TO_IURI ));
+ SetActualURL(aURL.GetMainURL( INetURLObject::DecodeMechanism::ToIUri ));
}
void SfxFrameDescriptor::SetActualURL( const OUString& rURL )