summaryrefslogtreecommitdiff
path: root/forms/source/inc/featuredispatcher.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/inc/featuredispatcher.hxx')
-rw-r--r--forms/source/inc/featuredispatcher.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/forms/source/inc/featuredispatcher.hxx b/forms/source/inc/featuredispatcher.hxx
index 760a8c4b6455..7a1afc1800bc 100644
--- a/forms/source/inc/featuredispatcher.hxx
+++ b/forms/source/inc/featuredispatcher.hxx
@@ -102,6 +102,9 @@ namespace frm
integer information associated with it.
*/
virtual sal_Int32 getIntegerState( sal_Int16 _nFeatureId ) const = 0;
+
+ protected:
+ ~IFeatureDispatcher() {}
};
//.........................................................................