summaryrefslogtreecommitdiff
path: root/include/svx/layctrl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/layctrl.hxx')
-rw-r--r--include/svx/layctrl.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/layctrl.hxx b/include/svx/layctrl.hxx
index 1477e5a06020..9652aea57322 100644
--- a/include/svx/layctrl.hxx
+++ b/include/svx/layctrl.hxx
@@ -40,7 +40,7 @@ public:
SFX_DECL_TOOLBOX_CONTROL();
SvxTableToolBoxControl( sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rTbx );
- ~SvxTableToolBoxControl();
+ virtual ~SvxTableToolBoxControl();
};
// class SvxColumnsToolBoxControl ----------------------------------------
@@ -56,7 +56,7 @@ public:
SFX_DECL_TOOLBOX_CONTROL();
SvxColumnsToolBoxControl( sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rTbx );
- ~SvxColumnsToolBoxControl();
+ virtual ~SvxColumnsToolBoxControl();
virtual void StateChanged( sal_uInt16 nSID,
SfxItemState eState,