cui/source/options/personalization.cxx |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

New commits:
commit b1c64670f11e8a0e2c89961018fe18ebc0c62841
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Wed Aug 24 09:24:14 2016 +0200

    loplugin:stringconstant
    
    Change-Id: I9d729c5c135f556a0dab7bcb8274b940e3452140

diff --git a/cui/source/options/personalization.cxx 
b/cui/source/options/personalization.cxx
index 7752256..29a7ac4 100644
--- a/cui/source/options/personalization.cxx
+++ b/cui/source/options/personalization.cxx
@@ -416,9 +416,8 @@ void SvxPersonalizationTabPage::LoadDefaultImages()
 {
     // Load the pre saved personas
 
-    OUString gallery = "$BRAND_BASE_DIR/"
-                     + OUString(LIBO_SHARE_FOLDER)
-                     + "/gallery/personas/";
+    OUString gallery
+        = "$BRAND_BASE_DIR/" LIBO_SHARE_FOLDER "/gallery/personas/";
     rtl::Bootstrap::expandMacros( gallery );
     OUString aPersonasList = gallery + "personas_list.txt";
     SvFileStream aStream( aPersonasList, StreamMode::READ );
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to