diff options
Diffstat (limited to 'include/xmloff/xmlstyle.hxx')
-rw-r--r-- | include/xmloff/xmlstyle.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmloff/xmlstyle.hxx b/include/xmloff/xmlstyle.hxx index c728f0e5b501..7b81350e2c31 100644 --- a/include/xmloff/xmlstyle.hxx +++ b/include/xmloff/xmlstyle.hxx @@ -72,7 +72,7 @@ class XMLOFF_DLLPUBLIC SvXMLStyleContext : public SvXMLImportContext // by Finish() or si somehow invalid. bool mbNew : 1; // Set this to false in CreateAnsInsert // if the style is already existing. - bool const mbDefaultStyle : 1; + bool mbDefaultStyle : 1; protected: |