diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2011-10-06 10:54:10 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2011-10-06 11:09:08 +0300 |
commit | f3cf2a1901e0c7559b8749d94a5865e3508be664 (patch) | |
tree | 832526c8617e2aa78c9ebf2bf132d5062e3e4624 /sfx2 | |
parent | 3120dc697c721b9823bbabf113eeb8b28f288269 (diff) |
WaE: class has virtual functions, but destructor is not virtual
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/dialog/taskpane.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/dialog/taskpane.cxx b/sfx2/source/dialog/taskpane.cxx index 673b562b4f88..3204dc6e1dfe 100644 --- a/sfx2/source/dialog/taskpane.cxx +++ b/sfx2/source/dialog/taskpane.cxx @@ -872,7 +872,7 @@ namespace sfx2 ModuleTaskPane& i_rTaskPane, TitledDockingWindow& i_rDockingWindow ); - ~TaskPaneController_Impl(); + virtual ~TaskPaneController_Impl(); void SetDefaultTitle( const String& i_rTitle ); void ActivateToolPanel( const ::rtl::OUString& i_rPanelURL ); |