summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/pagesettings.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/pagesettings.hxx')
-rw-r--r--sc/source/filter/inc/pagesettings.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/filter/inc/pagesettings.hxx b/sc/source/filter/inc/pagesettings.hxx
index 71d09f373e8b..41b876d26480 100644
--- a/sc/source/filter/inc/pagesettings.hxx
+++ b/sc/source/filter/inc/pagesettings.hxx
@@ -143,8 +143,8 @@ public:
private:
struct HFHelperData
{
- sal_Int32 mnLeftPropId;
- sal_Int32 mnRightPropId;
+ sal_Int32 const mnLeftPropId;
+ sal_Int32 const mnRightPropId;
sal_Int32 mnHeight;
sal_Int32 mnBodyDist;
bool mbHasContent;