diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/xmlscript/xml_helper.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmlscript/xml_helper.hxx b/include/xmlscript/xml_helper.hxx index 508c5789fe1b..6ee6c3f5872f 100644 --- a/include/xmlscript/xml_helper.hxx +++ b/include/xmlscript/xml_helper.hxx @@ -91,7 +91,7 @@ protected: ::std::vector< css::uno::Reference< css::xml::sax::XAttributeList > > _subElems; private: - OUString _name; + OUString const _name; ::std::vector< OUString > _attrNames; ::std::vector< OUString > _attrValues; |