summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/cellmergeoption.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/cellmergeoption.hxx')
-rw-r--r--sc/source/ui/inc/cellmergeoption.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/cellmergeoption.hxx b/sc/source/ui/inc/cellmergeoption.hxx
index 282cf9a585be..4d88d6194186 100644
--- a/sc/source/ui/inc/cellmergeoption.hxx
+++ b/sc/source/ui/inc/cellmergeoption.hxx
@@ -23,7 +23,7 @@ struct ScCellMergeOption
SCROW mnStartRow;
SCCOL mnEndCol;
SCROW mnEndRow;
- bool mbCenter;
+ bool const mbCenter;
explicit ScCellMergeOption(const ScRange& rRange);
explicit ScCellMergeOption(SCCOL nStartCol, SCROW nStartRow,