summaryrefslogtreecommitdiff
path: root/filter/source/xsltdialog/xmlfiltersettingsdialog.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-01-26 13:11:48 +0200
committerMichael Meeks <michael.meeks@collabora.com>2015-04-09 21:36:27 +0100
commit78626422af9ae7f8d7ab66b4cf9eb7551b322c8e (patch)
tree802298bba0eef0864ad19446c7329cfaebdb1194 /filter/source/xsltdialog/xmlfiltersettingsdialog.hxx
parent33d7f6dcfee48a33ce34e483a4249f0be0ffa4fe (diff)
vcl: VclPtr conversion in filter
Change-Id: I355315e19545610c1f26c94abe4e7d3fe19af867
Diffstat (limited to 'filter/source/xsltdialog/xmlfiltersettingsdialog.hxx')
-rw-r--r--filter/source/xsltdialog/xmlfiltersettingsdialog.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/filter/source/xsltdialog/xmlfiltersettingsdialog.hxx b/filter/source/xsltdialog/xmlfiltersettingsdialog.hxx
index 85bb4d79094a..beadad3609b8 100644
--- a/filter/source/xsltdialog/xmlfiltersettingsdialog.hxx
+++ b/filter/source/xsltdialog/xmlfiltersettingsdialog.hxx
@@ -50,6 +50,7 @@ public:
HeaderBar* getHeaderBar() { return m_pHeaderBar; }
XMLFilterListBox* getListBox() { return m_pFocusCtrl; }
virtual ~SvxPathControl();
+ virtual void dispose() SAL_OVERRIDE;
virtual bool Notify( NotifyEvent& rNEvt ) SAL_OVERRIDE;
};