summaryrefslogtreecommitdiff
path: root/include/xmloff
diff options
context:
space:
mode:
authorNoel <noel.grandin@collabora.co.uk>2021-01-04 12:26:17 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-01-06 07:42:55 +0100
commitf2e4451372eb69063c46ce2324c6835a3827e9d7 (patch)
tree936ef7e77c4e27618ac1d5a01f62521647d97600 /include/xmloff
parent131919487592822d3b6b54f174023464fc595eef (diff)
loplugin:unusedfields
Change-Id: I0599f33ef4c0070e6ce61b0041db074cce217349 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108659 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
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 )
{