summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmlcoli.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/xml/xmlcoli.hxx')
-rw-r--r--sc/source/filter/xml/xmlcoli.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/filter/xml/xmlcoli.hxx b/sc/source/filter/xml/xmlcoli.hxx
index 9b839098d7ac..c43577f0e871 100644
--- a/sc/source/filter/xml/xmlcoli.hxx
+++ b/sc/source/filter/xml/xmlcoli.hxx
@@ -50,8 +50,8 @@ class ScXMLTableColsContext : public ScXMLImportContext
sal_Int32 nHeaderEndCol;
sal_Int32 nGroupStartCol;
sal_Int32 nGroupEndCol;
- bool bHeader;
- bool bGroup;
+ bool const bHeader;
+ bool const bGroup;
bool bGroupDisplay;
public: