summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndre Fischer <af@apache.org>2014-03-12 14:21:27 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-03-13 11:35:13 +0000
commit8ad74d8866c77ca52f8c2562b728fc876c23f1c0 (patch)
tree71e6a1f842f3fe5647e97cdbe14ec662a696c715 /include
parenteee4c914aee9794125077d4ae7c6dd171b8fb223 (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.hxx2
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 );