[Libreoffice-commits] core.git: vcl/source

Stephan Bergmann sbergman at redhat.com
Wed Oct 19 12:09:43 UTC 2016


 vcl/source/app/IconThemeSelector.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d1c8e184642e6e5f2a54d6fd965551457bdc7e8b
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Oct 19 14:09:21 2016 +0200

    Help old GCC versions
    
    Change-Id: I17e05a0ca985241030c71e7d08b81c1290ef1bc9

diff --git a/vcl/source/app/IconThemeSelector.cxx b/vcl/source/app/IconThemeSelector.cxx
index 91a082c..556d31a 100644
--- a/vcl/source/app/IconThemeSelector.cxx
+++ b/vcl/source/app/IconThemeSelector.cxx
@@ -84,7 +84,7 @@ IconThemeSelector::SelectIconThemeForDesktopEnvironment(
         }
         //if a dark variant is preferred, and we didn't have an exact match, then try our one and only dark theme
         if (mPreferredIconTheme.endsWith("_dark") && icon_theme_is_in_installed_themes("breeze_dark", installedThemes)) {
-            return "breeze_dark";
+            return OUString("breeze_dark");
         }
     }
 


More information about the Libreoffice-commits mailing list