summaryrefslogtreecommitdiff
path: root/store/source/object.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'store/source/object.hxx')
-rw-r--r--store/source/object.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/store/source/object.hxx b/store/source/object.hxx
index 6f30372fdac4..5a6c9d9887fd 100644
--- a/store/source/object.hxx
+++ b/store/source/object.hxx
@@ -49,6 +49,9 @@ public:
/** Replaces dynamic_cast type checking.
*/
virtual sal_Bool SAL_CALL isKindOf (sal_uInt32 nTypeId) = 0;
+
+protected:
+ ~IStoreHandle() {}
};