summaryrefslogtreecommitdiff
path: root/sc/inc/rowheightcontext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/rowheightcontext.hxx')
-rw-r--r--sc/inc/rowheightcontext.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/inc/rowheightcontext.hxx b/sc/inc/rowheightcontext.hxx
index 78bee982744e..2bec0e05cbcb 100644
--- a/sc/inc/rowheightcontext.hxx
+++ b/sc/inc/rowheightcontext.hxx
@@ -24,10 +24,10 @@ class SC_DLLPUBLIC RowHeightContext
{
ScFlatUInt16RowSegments maHeights;
- double mfPPTX;
- double mfPPTY;
- Fraction maZoomX;
- Fraction maZoomY;
+ double const mfPPTX;
+ double const mfPPTY;
+ Fraction const maZoomX;
+ Fraction const maZoomY;
VclPtr<OutputDevice> mpOutDev;
sal_uInt16 mnExtraHeight;