summaryrefslogtreecommitdiff
path: root/include/toolkit/controls/unocontrols.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/toolkit/controls/unocontrols.hxx')
-rw-r--r--include/toolkit/controls/unocontrols.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/toolkit/controls/unocontrols.hxx b/include/toolkit/controls/unocontrols.hxx
index d98fa10778e1..2b230c0fa0fd 100644
--- a/include/toolkit/controls/unocontrols.hxx
+++ b/include/toolkit/controls/unocontrols.hxx
@@ -508,7 +508,7 @@ private:
public:
UnoCheckBoxControl();
- ~UnoCheckBoxControl(){;}
+ virtual ~UnoCheckBoxControl(){;}
OUString GetComponentServiceName() SAL_OVERRIDE;
void SAL_CALL createPeer( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XToolkit >& Toolkit, const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindowPeer >& Parent ) throw(::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
@@ -748,7 +748,7 @@ public:
ConstructorMode const i_mode = ConstructDefault
);
UnoControlListBoxModel( const UnoControlListBoxModel& i_rSource );
- ~UnoControlListBoxModel();
+ virtual ~UnoControlListBoxModel();
UnoControlModel* Clone() const SAL_OVERRIDE { return new UnoControlListBoxModel( *this ); }