summaryrefslogtreecommitdiff
path: root/svx/source/table/celltypes.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/table/celltypes.hxx')
-rw-r--r--svx/source/table/celltypes.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/svx/source/table/celltypes.hxx b/svx/source/table/celltypes.hxx
index dd4aa43ac7b1..8bff2cb21b21 100644
--- a/svx/source/table/celltypes.hxx
+++ b/svx/source/table/celltypes.hxx
@@ -54,6 +54,9 @@ class TableDesignUser
{
public:
virtual bool isInUse() = 0;
+
+protected:
+ ~TableDesignUser() {}
};
template< typename T >