diff options
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/controller/dialogs/res_DataLabel.cxx | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/chart2/source/controller/dialogs/res_DataLabel.cxx b/chart2/source/controller/dialogs/res_DataLabel.cxx index fc3cf0449cb9..d1fda13149ca 100644 --- a/chart2/source/controller/dialogs/res_DataLabel.cxx +++ b/chart2/source/controller/dialogs/res_DataLabel.cxx @@ -40,11 +40,7 @@ namespace chart namespace { -const OUStringLiteral our_aLBEntryMap[] = { - OUStringLiteral(" "), - OUStringLiteral(", "), - OUStringLiteral("; "), - OUStringLiteral("\n")}; +const OUStringLiteral our_aLBEntryMap[] = {" ", ", ", "; ", "\n"}; bool lcl_ReadNumberFormatFromItemSet( const SfxItemSet& rSet, sal_uInt16 nValueWhich, sal_uInt16 nSourceFormatWhich, sal_uLong& rnFormatKeyOut, bool& rbSourceFormatOut, bool& rbSourceFormatMixedStateOut ) { |