summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chart2/source/controller/dialogs/res_DataLabel.cxx9
1 files changed, 5 insertions, 4 deletions
diff --git a/chart2/source/controller/dialogs/res_DataLabel.cxx b/chart2/source/controller/dialogs/res_DataLabel.cxx
index 7bcb6053909a..8d4a31cc315b 100644
--- a/chart2/source/controller/dialogs/res_DataLabel.cxx
+++ b/chart2/source/controller/dialogs/res_DataLabel.cxx
@@ -40,10 +40,11 @@ namespace chart
namespace
{
-const OUString our_aLBEntryMap[] = {" ",
- ", ",
- "; ",
- "\n"};
+const OUStringLiteral our_aLBEntryMap[] = {
+ OUStringLiteral(" "),
+ OUStringLiteral(", "),
+ OUStringLiteral("; "),
+ OUStringLiteral("\n")};
bool lcl_ReadNumberFormatFromItemSet( const SfxItemSet& rSet, sal_uInt16 nValueWhich, sal_uInt16 nSourceFormatWhich, sal_uLong& rnFormatKeyOut, bool& rbSourceFormatOut, bool& rbSourceFormatMixedStateOut )
{