summaryrefslogtreecommitdiff
path: root/include/xmloff
diff options
context:
space:
mode:
Diffstat (limited to 'include/xmloff')
-rw-r--r--include/xmloff/xmltkmap.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/xmloff/xmltkmap.hxx b/include/xmloff/xmltkmap.hxx
index 61b9755fa68c..e4771996040f 100644
--- a/include/xmloff/xmltkmap.hxx
+++ b/include/xmloff/xmltkmap.hxx
@@ -35,14 +35,12 @@ class SvXMLTokenMap_Impl;
struct SvXMLTokenMapEntry
{
enum xmloff::token::XMLTokenEnum eLocalName;
- sal_Int32 nFastToken;
sal_uInt16 nPrefixKey;
sal_uInt16 nToken;
SvXMLTokenMapEntry( sal_uInt16 nPrefix, xmloff::token::XMLTokenEnum eName,
sal_uInt16 nTok ) :
eLocalName( eName ),
- nFastToken( sal_uInt32( nPrefix + 1 ) << 16 | eLocalName ),
nPrefixKey( nPrefix ),
nToken( nTok )
{