summaryrefslogtreecommitdiff
path: root/uui/source/passworddlg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'uui/source/passworddlg.cxx')
-rw-r--r--uui/source/passworddlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/uui/source/passworddlg.cxx b/uui/source/passworddlg.cxx
index 490af47a9c16..4a403bea6370 100644
--- a/uui/source/passworddlg.cxx
+++ b/uui/source/passworddlg.cxx
@@ -75,7 +75,7 @@ PasswordDialog::PasswordDialog(vcl::Window* _pParent,
OUString aMessage(ResId(nStrId, *pResourceMgr).toString());
INetURLObject url(aDocURL);
aMessage += url.HasError()
- ? aDocURL : url.GetMainURL(INetURLObject::DECODE_UNAMBIGUOUS);
+ ? aDocURL : url.GetMainURL(INetURLObject::DecodeMechanism::Unambiguous);
m_pFTPassword->SetText(aMessage);
if (bIsSimplePasswordRequest)