summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmlitmap.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/xml/xmlitmap.hxx')
-rw-r--r--sw/source/filter/xml/xmlitmap.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/filter/xml/xmlitmap.hxx b/sw/source/filter/xml/xmlitmap.hxx
index 8cc89046d00a..3123dae2255e 100644
--- a/sw/source/filter/xml/xmlitmap.hxx
+++ b/sw/source/filter/xml/xmlitmap.hxx
@@ -38,14 +38,14 @@
struct SvXMLItemMapEntry
{
- sal_uInt16 nNameSpace; // declares the Namespace in which this item
+ sal_uInt16 const nNameSpace; // declares the Namespace in which this item
// exists
- enum ::xmloff::token::XMLTokenEnum eLocalName;
+ enum ::xmloff::token::XMLTokenEnum const eLocalName;
// the local name for the item inside
// the Namespace (as an XMLTokenEnum)
sal_uInt16 nWhichId; // the WhichId to identify the item
// in the pool
- sal_uInt32 nMemberId; // the memberid specifies which part
+ sal_uInt32 const nMemberId; // the memberid specifies which part
// of the item should be imported or
// exported with this Namespace
// and localName