summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/hdrcont.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/hdrcont.hxx')
-rw-r--r--sc/source/ui/inc/hdrcont.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/hdrcont.hxx b/sc/source/ui/inc/hdrcont.hxx
index 39da558aec72..03bbb265d244 100644
--- a/sc/source/ui/inc/hdrcont.hxx
+++ b/sc/source/ui/inc/hdrcont.hxx
@@ -39,13 +39,13 @@ private:
vcl::Font aBoldFont;
bool bBoldSet;
- bool bVertical; // Vertical = Row header
+ bool const bVertical; // Vertical = Row header
long nWidth;
long nSmallWidth;
long nBigWidth;
- SCCOLROW nSize;
+ SCCOLROW const nSize;
SCCOLROW nMarkStart;
SCCOLROW nMarkEnd;