summaryrefslogtreecommitdiff
path: root/sc/inc/grouparealistener.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/grouparealistener.hxx')
-rw-r--r--sc/inc/grouparealistener.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/grouparealistener.hxx b/sc/inc/grouparealistener.hxx
index 04aa7c7582a2..283bc3124637 100644
--- a/sc/inc/grouparealistener.hxx
+++ b/sc/inc/grouparealistener.hxx
@@ -30,8 +30,8 @@ class FormulaGroupAreaListener : public SvtListener
const ScColumn* mpColumn;
SCROW mnTopCellRow;
SCROW mnGroupLen;
- bool mbStartFixed;
- bool mbEndFixed;
+ bool const mbStartFixed;
+ bool const mbEndFixed;
public: