From efe7517856b5682b0f595822b953bf3ae4233588 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 2 Mar 2012 16:43:18 +0200 Subject: WaE: has virtual functions but non-virtual destructor --- svtools/source/toolpanel/paneltabbar.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'svtools/source/toolpanel/paneltabbar.cxx') 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; -- cgit v1.2.3