[Libreoffice-commits] core.git: cui/source
Stephan Bergmann
sbergman at redhat.com
Wed Aug 24 07:24:53 UTC 2016
cui/source/options/personalization.cxx | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
New commits:
commit b1c64670f11e8a0e2c89961018fe18ebc0c62841
Author: Stephan Bergmann <sbergman at 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 );
More information about the Libreoffice-commits
mailing list