summaryrefslogtreecommitdiff
path: root/svtools/source/table/tablegeometry.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/table/tablegeometry.hxx')
-rw-r--r--svtools/source/table/tablegeometry.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svtools/source/table/tablegeometry.hxx b/svtools/source/table/tablegeometry.hxx
index 8ba81c03d6449..19939fe67c6a5 100644
--- a/svtools/source/table/tablegeometry.hxx
+++ b/svtools/source/table/tablegeometry.hxx
@@ -85,7 +85,7 @@ namespace svt { namespace table
bool impl_isValidRow( RowPos const i_row ) const;
RowPos m_nRowPos;
- bool m_bAllowVirtualRows;
+ bool const m_bAllowVirtualRows;
};
@@ -120,7 +120,7 @@ namespace svt { namespace table
class TableCellGeometry
{
private:
- TableRowGeometry m_aRow;
+ TableRowGeometry const m_aRow;
TableColumnGeometry m_aCol;
public: