Kaydet (Commit) cd1e2f5c authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Avoid global data with (non-constexpr) ctors/dtors

Change-Id: I787ec685275d119dd4eea86f51b6dd85bc0260d1
üst ecea3431
...@@ -40,10 +40,11 @@ namespace chart ...@@ -40,10 +40,11 @@ namespace chart
namespace namespace
{ {
const OUString our_aLBEntryMap[] = {" ", const OUStringLiteral our_aLBEntryMap[] = {
", ", OUStringLiteral(" "),
"; ", OUStringLiteral(", "),
"\n"}; OUStringLiteral("; "),
OUStringLiteral("\n")};
bool lcl_ReadNumberFormatFromItemSet( const SfxItemSet& rSet, sal_uInt16 nValueWhich, sal_uInt16 nSourceFormatWhich, sal_uLong& rnFormatKeyOut, bool& rbSourceFormatOut, bool& rbSourceFormatMixedStateOut ) bool lcl_ReadNumberFormatFromItemSet( const SfxItemSet& rSet, sal_uInt16 nValueWhich, sal_uInt16 nSourceFormatWhich, sal_uLong& rnFormatKeyOut, bool& rbSourceFormatOut, bool& rbSourceFormatMixedStateOut )
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment