summaryrefslogtreecommitdiffstats
path: root/desktop/source/app/app.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/app/app.cxx')
-rw-r--r--desktop/source/app/app.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx
index b9e4ad13278d..e17ed30713c5 100644
--- a/desktop/source/app/app.cxx
+++ b/desktop/source/app/app.cxx
@@ -1504,9 +1504,8 @@ int Desktop::Main()
#ifdef DBG_UTIL
//include buildid in non product builds
OUString aDefault("development");
- aTitle += OUString(" [");
- OUString aVerId( utl::Bootstrap::getBuildIdData(aDefault));
- aTitle += aVerId;
+ aTitle += " [";
+ aTitle += utl::Bootstrap::getBuildIdData(aDefault);
aTitle += "]";
#endif