diff options
author | Andre Fischer <af@apache.org> | 2014-03-12 14:21:27 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-03-13 11:35:13 +0000 |
commit | 8ad74d8866c77ca52f8c2562b728fc876c23f1c0 (patch) | |
tree | 71e6a1f842f3fe5647e97cdbe14ec662a696c715 /include | |
parent | eee4c914aee9794125077d4ae7c6dd171b8fb223 (diff) |
Related: #i124392# fill in SidebarDockingWindow::DoDispose
(cherry picked from commit 952f581cb77f52e9aaa974496dc8d86b335cb424)
Conflicts:
sfx2/inc/sfx2/sidebar/SidebarChildWindow.hxx
sfx2/source/dialog/templdlg.cxx
sfx2/source/inc/templdgi.hxx
Change-Id: Idf06437dfc45e02d9e2303df84d52ba0837de108
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/templdlg.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/templdlg.hxx b/include/sfx2/templdlg.hxx index 25b152aee92c..96a03dfdc2f0 100644 --- a/include/sfx2/templdlg.hxx +++ b/include/sfx2/templdlg.hxx @@ -85,7 +85,7 @@ class SFX2_DLLPUBLIC SfxTemplatePanelControl : public DockingWindow { public: SfxTemplatePanelControl (SfxBindings* pBindings, Window* pParentWindow); - ~SfxTemplatePanelControl (void); + virtual ~SfxTemplatePanelControl(); virtual void Update(); virtual void DataChanged( const DataChangedEvent& _rDCEvt ); |