summaryrefslogtreecommitdiff
path: root/vbahelper
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2011-10-07 15:54:40 +0300
committerTor Lillqvist <tlillqvist@suse.com>2011-10-07 15:56:15 +0300
commit8aeeb8eb06640ed454ba8aa660964368b977568e (patch)
treea79313be1af5d1580686b5219e936e4070db3d61 /vbahelper
parentfd5a9a65f0cadd046d2f67924ba9e3d0a380208f (diff)
WaE: class has virtual functions, but destructor is not virtual
Diffstat (limited to 'vbahelper')
-rw-r--r--vbahelper/source/msforms/vbalistcontrolhelper.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vbahelper/source/msforms/vbalistcontrolhelper.cxx b/vbahelper/source/msforms/vbalistcontrolhelper.cxx
index 696b52bfb42d..828c766a1c80 100644
--- a/vbahelper/source/msforms/vbalistcontrolhelper.cxx
+++ b/vbahelper/source/msforms/vbalistcontrolhelper.cxx
@@ -17,6 +17,7 @@ private:
public:
ListPropListener( const uno::Reference< beans::XPropertySet >& xProps, const uno::Any& pvargIndex, const uno::Any& pvarColumn );
+ virtual ~ListPropListener() { };
virtual void setValueEvent( const css::uno::Any& value );
virtual css::uno::Any getValueEvent();
};