summaryrefslogtreecommitdiff
path: root/svx/source/table/tablehandles.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/table/tablehandles.hxx')
-rw-r--r--svx/source/table/tablehandles.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/table/tablehandles.hxx b/svx/source/table/tablehandles.hxx
index 3b34cfac640d..c09cc2253b29 100644
--- a/svx/source/table/tablehandles.hxx
+++ b/svx/source/table/tablehandles.hxx
@@ -61,7 +61,7 @@ protected:
virtual void CreateB2dIAObject() override;
private:
- bool mbHorizontal;
+ bool const mbHorizontal;
sal_Int32 mnMin, mnMax;
TableEdgeVector maEdges;
};
@@ -81,9 +81,9 @@ protected:
virtual void CreateB2dIAObject() override;
private:
- tools::Rectangle maRectangle;
+ tools::Rectangle const maRectangle;
- bool mbAnimate : 1;
+ bool const mbAnimate : 1;
};
} // end of namespace table