summaryrefslogtreecommitdiff
path: root/svx/source/table/tablemodel.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/table/tablemodel.hxx')
-rw-r--r--svx/source/table/tablemodel.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/svx/source/table/tablemodel.hxx b/svx/source/table/tablemodel.hxx
index 5ac3696e87e8..c8225f53d3f8 100644
--- a/svx/source/table/tablemodel.hxx
+++ b/svx/source/table/tablemodel.hxx
@@ -58,6 +58,9 @@ public:
virtual sal_Int32 getRight() = 0;
virtual sal_Int32 getBottom() = 0;
virtual ::com::sun::star::uno::Reference< ::com::sun::star::table::XTable > getTable() = 0;
+
+protected:
+ ~ICellRange() {}
};
// -----------------------------------------------------------------------------