diff options
Diffstat (limited to 'include/xmloff/xmltkmap.hxx')
-rw-r--r-- | include/xmloff/xmltkmap.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/xmloff/xmltkmap.hxx b/include/xmloff/xmltkmap.hxx index df4de8e4848f..0449a27d184e 100644 --- a/include/xmloff/xmltkmap.hxx +++ b/include/xmloff/xmltkmap.hxx @@ -34,10 +34,10 @@ class SvXMLTokenMap_Impl; struct SvXMLTokenMapEntry { - enum xmloff::token::XMLTokenEnum const eLocalName; + enum xmloff::token::XMLTokenEnum eLocalName; sal_Int32 nFastToken; - sal_uInt16 const nPrefixKey; - sal_uInt16 const nToken; + sal_uInt16 nPrefixKey; + sal_uInt16 nToken; SvXMLTokenMapEntry( sal_uInt16 nPrefix, xmloff::token::XMLTokenEnum eName, sal_uInt16 nTok, sal_Int32 nFastTok = 0 ) : |