diff options
Diffstat (limited to 'include/xmloff/XMLCharContext.hxx')
-rw-r--r-- | include/xmloff/XMLCharContext.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmloff/XMLCharContext.hxx b/include/xmloff/XMLCharContext.hxx index 9cdfa63402be..364878e38dfe 100644 --- a/include/xmloff/XMLCharContext.hxx +++ b/include/xmloff/XMLCharContext.hxx @@ -28,7 +28,7 @@ class XMLOFF_DLLPUBLIC XMLCharContext : public SvXMLImportContext { XMLCharContext(const XMLCharContext&) = delete; void operator =(const XMLCharContext&) = delete; - sal_Int16 const m_nControl; + sal_Int16 m_nControl; protected: sal_uInt16 m_nCount; sal_Unicode m_c; |