diff options
Diffstat (limited to 'include/xmloff/numehelp.hxx')
-rw-r--r-- | include/xmloff/numehelp.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmloff/numehelp.hxx b/include/xmloff/numehelp.hxx index 9e0292e6380e..0c32b595f3f7 100644 --- a/include/xmloff/numehelp.hxx +++ b/include/xmloff/numehelp.hxx @@ -36,7 +36,7 @@ class SvXMLExport; struct XMLNumberFormat { OUString sCurrency; - sal_Int32 const nNumberFormat; + sal_Int32 nNumberFormat; sal_Int16 nType; bool bIsStandard : 1; |