summaryrefslogtreecommitdiff
path: root/include/xmloff/xmltkmap.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-09-12 15:51:15 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-09-13 12:56:39 +0200
commit0302c9b192c3b7ba10daabed61d6864c24c14070 (patch)
tree4c17a2ff761e0513620704bd3ecceff4107d17cc /include/xmloff/xmltkmap.hxx
parentecf987682881258774f4ec1644474beae3366abe (diff)
loplugin:constfields in xmloff
Change-Id: I9623e6b483b28f5b50a2c76016bcc319b375a35a Reviewed-on: https://gerrit.libreoffice.org/60394 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/xmloff/xmltkmap.hxx')
-rw-r--r--include/xmloff/xmltkmap.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/xmloff/xmltkmap.hxx b/include/xmloff/xmltkmap.hxx
index 89cfd6584d1a..1bed470c2535 100644
--- a/include/xmloff/xmltkmap.hxx
+++ b/include/xmloff/xmltkmap.hxx
@@ -34,9 +34,9 @@ class SvXMLTokenMap_Impl;
struct SvXMLTokenMapEntry
{
- sal_uInt16 nPrefixKey;
- enum xmloff::token::XMLTokenEnum eLocalName;
- sal_uInt16 nToken;
+ sal_uInt16 const nPrefixKey;
+ enum xmloff::token::XMLTokenEnum const eLocalName;
+ sal_uInt16 const nToken;
sal_Int32 nFastToken;
SvXMLTokenMapEntry( sal_uInt16 nPrefix, xmloff::token::XMLTokenEnum eName,