diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-03-06 20:34:20 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-03-06 20:45:23 +0000 |
commit | d59a2650c95eb829e8550708f1fb9ecdd85bb477 (patch) | |
tree | 83196a650dcdd067ff6bfcd2d1a4469840bc23eb /sd/source/ui | |
parent | a0fe307e05f45501d02df9d9088dfc3da426697d (diff) |
make this dtor virtualLO-BASE-INTEGRATION-DEV300_M101
Diffstat (limited to 'sd/source/ui')
-rw-r--r-- | sd/source/ui/toolpanel/ToolPanelViewShell.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/toolpanel/ToolPanelViewShell.cxx b/sd/source/ui/toolpanel/ToolPanelViewShell.cxx index 5b6c17f47..03260dec9 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; } |