summaryrefslogtreecommitdiff
path: root/svtools/source/toolpanel/paneltabbar.cxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-03-02 16:43:18 +0200
committerTor Lillqvist <tml@iki.fi>2012-03-02 18:43:37 +0200
commitefe7517856b5682b0f595822b953bf3ae4233588 (patch)
treee6e5530842bee2b78971217e61794d48a10e5b29 /svtools/source/toolpanel/paneltabbar.cxx
parentc1cf8dac6d54f3d0876803ca9dffce23df7241da (diff)
WaE: has virtual functions but non-virtual destructor
Diffstat (limited to 'svtools/source/toolpanel/paneltabbar.cxx')
-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;