summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-03-06 20:34:20 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-03-06 20:45:23 +0000
commitef9d0fe571092a2ec5bfaca2805b79421be08dce (patch)
tree238dc6c554b71d3400e9b8c1753216de7d096a1c
parent1f5228b3a9cd310997d4ae7109532d20416808b7 (diff)
make this dtor virtual
Notes
split repo tag: impress_LO-BASE-INTEGRATION-DEV300_M101
-rw-r--r--sd/source/ui/toolpanel/ToolPanelViewShell.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/toolpanel/ToolPanelViewShell.cxx b/sd/source/ui/toolpanel/ToolPanelViewShell.cxx
index ddbb71b5637b..00c4f2edfad4 100644
--- a/sd/source/ui/toolpanel/ToolPanelViewShell.cxx
+++ b/sd/source/ui/toolpanel/ToolPanelViewShell.cxx
@@ -219,7 +219,7 @@ public:
static const size_t mnInvalidId = static_cast< size_t >( -1 );
ToolPanelViewShell_Impl( ToolPanelViewShell& i_rPanelViewShell, ::Window& i_rPanelDeckParent );
- ~ToolPanelViewShell_Impl();
+ virtual ~ToolPanelViewShell_Impl();
ToolPanelViewShell& GetAntiImpl() { return m_rPanelViewShell; }