summaryrefslogtreecommitdiffstats
path: root/include/xmloff/xmlictxt.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/xmlictxt.hxx
parenttdf#119689 - Missing interactive gradient tool (diff)
downloadcore-0302c9b192c3b7ba10daabed61d6864c24c14070.tar.gz
core-0302c9b192c3b7ba10daabed61d6864c24c14070.zip
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/xmlictxt.hxx')
-rw-r--r--include/xmloff/xmlictxt.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/xmloff/xmlictxt.hxx b/include/xmloff/xmlictxt.hxx
index 77f701795f32..6a15d4e7c589 100644
--- a/include/xmloff/xmlictxt.hxx
+++ b/include/xmloff/xmlictxt.hxx
@@ -44,8 +44,8 @@ class XMLOFF_DLLPUBLIC SvXMLImportContext : public cppu::WeakImplHelper< css::xm
SvXMLImport& mrImport;
- sal_uInt16 mnPrefix;
- OUString maLocalName;
+ sal_uInt16 const mnPrefix;
+ OUString const maLocalName;
std::unique_ptr<SvXMLNamespaceMap> m_pRewindMap;