summaryrefslogtreecommitdiff
path: root/vbahelper/inc/vbahelper/vbapropvalue.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vbahelper/inc/vbahelper/vbapropvalue.hxx')
-rw-r--r--vbahelper/inc/vbahelper/vbapropvalue.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/vbahelper/inc/vbahelper/vbapropvalue.hxx b/vbahelper/inc/vbahelper/vbapropvalue.hxx
index 70e4c3aff2a9..87414d1a7055 100644
--- a/vbahelper/inc/vbahelper/vbapropvalue.hxx
+++ b/vbahelper/inc/vbahelper/vbapropvalue.hxx
@@ -39,6 +39,9 @@ class VBAHELPER_DLLPUBLIC PropListener
public:
virtual void setValueEvent( const css::uno::Any& value ) = 0;
virtual css::uno::Any getValueEvent() = 0;
+
+protected:
+ ~PropListener() {}
};