summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/SwAppletImpl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/html/SwAppletImpl.cxx')
-rw-r--r--sw/source/filter/html/SwAppletImpl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/html/SwAppletImpl.cxx b/sw/source/filter/html/SwAppletImpl.cxx
index fc8fb9104366..11fba7e16641 100644
--- a/sw/source/filter/html/SwAppletImpl.cxx
+++ b/sw/source/filter/html/SwAppletImpl.cxx
@@ -124,7 +124,7 @@ void SwApplet_Impl::CreateApplet( const OUString& rCode, const OUString& rName,
INetURLObject aUrlBase(rDocumentBaseURL);
aUrlBase.removeSegment();
- OUString sDocBase = aUrlBase.GetMainURL(INetURLObject::NO_DECODE);
+ OUString sDocBase = aUrlBase.GetMainURL(INetURLObject::DecodeMechanism::NONE);
uno::Reference < beans::XPropertySet > xSet( xApplet->getComponent(), uno::UNO_QUERY );
if ( xSet.is() )
{