summaryrefslogtreecommitdiff
path: root/svx/source/stbctrls/pszctrl.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-08-30 15:29:36 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-08-30 15:29:36 +0200
commit185c3c8207de78ebb4f4dc053b5fe16f810929cc (patch)
tree9456b32dbdabaf488b8f70265daa34202d46f3a6 /svx/source/stbctrls/pszctrl.cxx
parent4d21c085e6acdc6b61d0e890ebcabeb4a4b8151e (diff)
loplugin:stringconstant: adapt to improved OUStringLiteral1 (svx)
Change-Id: I4d95f15896327101c1c19abc00edcecd7fee26a2
Diffstat (limited to 'svx/source/stbctrls/pszctrl.cxx')
-rw-r--r--svx/source/stbctrls/pszctrl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/stbctrls/pszctrl.cxx b/svx/source/stbctrls/pszctrl.cxx
index 0f27306cfd78..d623a86fd006 100644
--- a/svx/source/stbctrls/pszctrl.cxx
+++ b/svx/source/stbctrls/pszctrl.cxx
@@ -73,7 +73,7 @@ OUString SvxPosSizeStatusBarControl::GetMetricStr_Impl( long nVal )
if( FUNIT_NONE != eOutUnit )
{
- sMetric += OUString(cSep);
+ sMetric += OUStringLiteral1(cSep);
sal_Int64 nFract = nConvVal % 100;
if ( nFract < 0 )