summaryrefslogtreecommitdiff
path: root/include/xmloff/i18nmap.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/xmloff/i18nmap.hxx')
-rw-r--r--include/xmloff/i18nmap.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/xmloff/i18nmap.hxx b/include/xmloff/i18nmap.hxx
index c3921281f70f..20953d147f2e 100644
--- a/include/xmloff/i18nmap.hxx
+++ b/include/xmloff/i18nmap.hxx
@@ -27,8 +27,8 @@
class SvI18NMapEntry_Key
{
- sal_uInt16 nKind;
- OUString aName;
+ sal_uInt16 const nKind;
+ OUString const aName;
public:
SvI18NMapEntry_Key( sal_uInt16 nKnd, const OUString& rName ) :
nKind( nKnd ),