summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--svtools/source/toolpanel/paneltabbar.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/svtools/source/toolpanel/paneltabbar.cxx b/svtools/source/toolpanel/paneltabbar.cxx
index 2723534efc1c..9baad589b62c 100644
--- a/svtools/source/toolpanel/paneltabbar.cxx
+++ b/svtools/source/toolpanel/paneltabbar.cxx
@@ -113,6 +113,7 @@ namespace svt
:m_rTargetDevice( i_rTargetDevice )
{
}
+ virtual ~VCLItemRenderer() {}
// ITabBarRenderer
virtual void renderBackground() const;
@@ -187,6 +188,7 @@ namespace svt
:m_rTargetDevice( i_rTargetDevice )
{
}
+ virtual ~NWFToolboxItemRenderer() {}
// ITabBarRenderer
virtual void renderBackground() const;