summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/visiturl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/doc/visiturl.cxx')
-rw-r--r--sw/source/core/doc/visiturl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/doc/visiturl.cxx b/sw/source/core/doc/visiturl.cxx
index 7555205b64c8..fad1ebc57a83 100644
--- a/sw/source/core/doc/visiturl.cxx
+++ b/sw/source/core/doc/visiturl.cxx
@@ -46,7 +46,7 @@ void SwURLStateChanged::Notify( SfxBroadcaster& , const SfxHint& rHint )
{
// This URL has been changed:
const INetURLObject* pIURL = static_cast<const INetURLHistoryHint&>(rHint).GetObject();
- OUString sURL( pIURL->GetMainURL( INetURLObject::NO_DECODE ) ), sBkmk;
+ OUString sURL( pIURL->GetMainURL( INetURLObject::DecodeMechanism::NONE ) ), sBkmk;
SwEditShell* pESh = pDoc->GetEditShell();