vcl/unx/gtk3_kde5/gtk3_kde5_filepicker_ipc.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7d51bfdd3c00aa1acb42d16f672da3e620e23368
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Thu Mar 25 10:56:12 2021 +0000
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Thu Mar 25 12:11:05 2021 +0100

    fix gtk3_kde5 build
    
    since...
    
    commit a0656ec6fc2b41e65f1b40dbd64f546175e2762f
    Date:   Thu Mar 25 09:53:33 2021 +0300
    
        const OUString -> const OUStringLiteral
    
        Mostly automated rewrite
    
    Change-Id: Ia5e24f7c5ed9e4608c264435463c60f417c2c915
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113082
    Tested-by: Caolán McNamara <caol...@redhat.com>
    Reviewed-by: Caolán McNamara <caol...@redhat.com>

diff --git a/vcl/unx/gtk3_kde5/gtk3_kde5_filepicker_ipc.cxx 
b/vcl/unx/gtk3_kde5/gtk3_kde5_filepicker_ipc.cxx
index 840ef268d4b1..4bccf1e24d72 100644
--- a/vcl/unx/gtk3_kde5/gtk3_kde5_filepicker_ipc.cxx
+++ b/vcl/unx/gtk3_kde5/gtk3_kde5_filepicker_ipc.cxx
@@ -63,7 +63,7 @@ OUString applicationDirPath()
 OUString findPickerExecutable()
 {
     const auto path = applicationDirPath();
-    static const OUStringLiteral app(u"lo_kde5filepicker");
+    const OUString app("lo_kde5filepicker");
     OUString ret;
     osl_searchFileURL(app.pData, path.pData, &ret.pData);
     if (ret.isEmpty())
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to