summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorMaxim Monastirsky <momonasmon@gmail.com>2017-05-01 00:42:11 +0300
committerMaxim Monastirsky <momonasmon@gmail.com>2017-05-01 01:32:40 +0300
commit862b6c0a32dfce924bfafa84acaed47c5380fc46 (patch)
tree4f971da3113d2c125b03e4c5615992804453fc27 /desktop
parentc2f7c567b7264c25180e2717eabad61c4c92ae0e (diff)
loplugin:stringconstant
Change-Id: I8f7a0d5b4b0534c71a32457d58006af0d6ddf133
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/app/app.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx
index 1b0d26d219a4..e3eabd7a2d68 100644
--- a/desktop/source/app/app.cxx
+++ b/desktop/source/app/app.cxx
@@ -1469,7 +1469,7 @@ int Desktop::Main()
SetSplashScreenProgress(30);
// create title string
- OUString aTitle(ReplaceStringHookProc(OUString(RID_APPTITLE)));
+ OUString aTitle(ReplaceStringHookProc(RID_APPTITLE));
#ifdef DBG_UTIL
//include buildid in non product builds