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 4a1eaca5b256..a37335ef67bc 100644 --- a/include/xmloff/xmlnumfi.hxx +++ b/include/xmloff/xmlnumfi.hxx @@ -117,9 +117,9 @@ struct MyCondition class XMLOFF_DLLPUBLIC SvXMLNumFormatContext : public SvXMLStyleContext { SvXMLNumImpData* pData; - SvXMLStylesContext* const pStyles; + SvXMLStylesContext* pStyles; std::vector <MyCondition> aMyConditions; - sal_uInt16 const nType; + sal_uInt16 nType; sal_Int32 nKey; // OUString sFormatName; OUString sFormatTitle; |