summaryrefslogtreecommitdiff
path: root/include/xmloff/xmlstyle.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/xmloff/xmlstyle.hxx')
-rw-r--r--include/xmloff/xmlstyle.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmloff/xmlstyle.hxx b/include/xmloff/xmlstyle.hxx
index 292af5128e3e..dfeb41e7261d 100644
--- a/include/xmloff/xmlstyle.hxx
+++ b/include/xmloff/xmlstyle.hxx
@@ -73,7 +73,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 mbDefaultStyle : 1;
+ bool const mbDefaultStyle : 1;
protected: