sfx2/source/doc/docfile.cxx |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 237169136883a5b312fadcec4c73aa183076828c
Author:     Mike Kaganski <mike.kagan...@collabora.com>
AuthorDate: Tue Dec 18 02:51:31 2018 +0100
Commit:     Aron Budea <aron.bu...@collabora.com>
CommitDate: Thu Apr 11 08:13:07 2019 +0200

    tdf#116320: properly decode file name for File Locked dialog
    
    Change-Id: I51bd7c6695ef52b08e0b6d809160d74daebb8505
    Reviewed-on: https://gerrit.libreoffice.org/65298
    Tested-by: Jenkins
    Reviewed-by: Mike Kaganski <mike.kagan...@collabora.com>
    (cherry picked from commit 8dc3fe631583228fe5bb49b44d2308470ec30df0)
    Reviewed-on: https://gerrit.libreoffice.org/70583
    Tested-by: Aron Budea <aron.bu...@collabora.com>

diff --git a/sfx2/source/doc/docfile.cxx b/sfx2/source/doc/docfile.cxx
index 8b403e446952..f198cb6b085a 100644
--- a/sfx2/source/doc/docfile.cxx
+++ b/sfx2/source/doc/docfile.cxx
@@ -885,7 +885,8 @@ SfxMedium::ShowLockResult 
SfxMedium::ShowLockedDocumentDialog(const OUString& aD
 
     if ( xHandler.is() && ( bIsLoading || !bHandleSysLocked || bOwnLock ) )
     {
-        OUString aDocumentURL = GetURLObject().GetLastName();
+        OUString aDocumentURL
+            = 
GetURLObject().GetLastName(INetURLObject::DecodeMechanism::WithCharset);
         OUString aInfo;
         ::rtl::Reference< ::ucbhelper::InteractionRequest > 
xInteractionRequestImpl;
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to