summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-08-24 09:24:14 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-08-24 09:24:14 +0200
commitb1c64670f11e8a0e2c89961018fe18ebc0c62841 (patch)
tree896a36820740f2841c72ff3c240546192b82a2fa /cui
parente04bea2bad6839df08b1b631f1233d51088b9902 (diff)
loplugin:stringconstant
Change-Id: I9d729c5c135f556a0dab7bcb8274b940e3452140
Diffstat (limited to 'cui')
-rw-r--r--cui/source/options/personalization.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/cui/source/options/personalization.cxx b/cui/source/options/personalization.cxx
index 77522560f271..29a7ac4c0d05 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 );