summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmlrowi.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/xml/xmlrowi.hxx')
-rw-r--r--sc/source/filter/xml/xmlrowi.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/filter/xml/xmlrowi.hxx b/sc/source/filter/xml/xmlrowi.hxx
index 56cb9f6cc96f..c67cfcfeeb39 100644
--- a/sc/source/filter/xml/xmlrowi.hxx
+++ b/sc/source/filter/xml/xmlrowi.hxx
@@ -51,8 +51,8 @@ class ScXMLTableRowsContext : public ScXMLImportContext
{
SCROW nHeaderStartRow;
SCROW nGroupStartRow;
- bool bHeader;
- bool bGroup;
+ bool const bHeader;
+ bool const bGroup;
bool bGroupDisplay;
public: