summaryrefslogtreecommitdiff
path: root/svtools/source/toolpanel/toolpaneldrawer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/toolpanel/toolpaneldrawer.hxx')
-rw-r--r--svtools/source/toolpanel/toolpaneldrawer.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svtools/source/toolpanel/toolpaneldrawer.hxx b/svtools/source/toolpanel/toolpaneldrawer.hxx
index 83ad9b336712..c237500caad2 100644
--- a/svtools/source/toolpanel/toolpaneldrawer.hxx
+++ b/svtools/source/toolpanel/toolpaneldrawer.hxx
@@ -43,7 +43,7 @@ namespace svt
{
public:
DrawerVisualization( ToolPanelDrawer& i_rParent );
- ~DrawerVisualization();
+ virtual ~DrawerVisualization();
protected:
// Window overridables
@@ -61,7 +61,7 @@ namespace svt
{
public:
ToolPanelDrawer( Window& i_rParent, const OUString& i_rTitle );
- ~ToolPanelDrawer();
+ virtual ~ToolPanelDrawer();
long GetPreferredHeightPixel() const;
void SetExpanded( const bool i_bExpanded );