summaryrefslogtreecommitdiff
path: root/svx/source/table/tableundo.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/table/tableundo.hxx')
-rw-r--r--svx/source/table/tableundo.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/table/tableundo.hxx b/svx/source/table/tableundo.hxx
index 60d661878a70..33231cdca451 100644
--- a/svx/source/table/tableundo.hxx
+++ b/svx/source/table/tableundo.hxx
@@ -99,7 +99,7 @@ public:
private:
TableModelRef mxTable;
- sal_Int32 mnIndex;
+ sal_Int32 const mnIndex;
RowVector maRows;
bool mbUndo;
};
@@ -116,7 +116,7 @@ public:
private:
TableModelRef mxTable;
- sal_Int32 mnIndex;
+ sal_Int32 const mnIndex;
RowVector maRows;
bool mbUndo;
};
@@ -133,7 +133,7 @@ public:
private:
TableModelRef mxTable;
- sal_Int32 mnIndex;
+ sal_Int32 const mnIndex;
ColumnVector maColumns;
CellVector maCells;
bool mbUndo;
@@ -151,7 +151,7 @@ public:
private:
TableModelRef mxTable;
- sal_Int32 mnIndex;
+ sal_Int32 const mnIndex;
ColumnVector maColumns;
CellVector maCells;
bool mbUndo;