diff options
Diffstat (limited to 'include/xmloff/xmlnumfi.hxx')
-rw-r--r-- | include/xmloff/xmlnumfi.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/xmloff/xmlnumfi.hxx b/include/xmloff/xmlnumfi.hxx index de071b6ec624..4a1eaca5b256 100644 --- a/include/xmloff/xmlnumfi.hxx +++ b/include/xmloff/xmlnumfi.hxx @@ -132,8 +132,8 @@ class XMLOFF_DLLPUBLIC SvXMLNumFormatContext : public SvXMLStyleContext bool bAutoDec; // set in AddNumber bool bAutoInt; // set in AddNumber bool bHasExtraText; - OUStringBuffer aFormatCode; - OUStringBuffer aConditions; + OUStringBuffer aFormatCode{64}; + OUStringBuffer aConditions{32}; bool bHasLongDoW; bool bHasEra; bool bHasDateTime; |