summaryrefslogtreecommitdiffstats
path: root/forms/source/xforms/xformsevent.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-01-24 11:31:51 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-01-25 05:20:06 +0000
commitb4adb0c533cc99633f360cb12014aa35599d943a (patch)
treea13c9afc746c476a5b02e65d7a1d168ef71109b0 /forms/source/xforms/xformsevent.hxx
parentuitest: some pep8 fixes (diff)
downloadcore-b4adb0c533cc99633f360cb12014aa35599d943a.tar.gz
core-b4adb0c533cc99633f360cb12014aa35599d943a.zip
loplugin: unnecessary destructor forms..idlc
Change-Id: I765e0fa61f8134a60e5ea24452c6bbcb3fa8b054 Reviewed-on: https://gerrit.libreoffice.org/33492 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'forms/source/xforms/xformsevent.hxx')
-rw-r--r--forms/source/xforms/xformsevent.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/forms/source/xforms/xformsevent.hxx b/forms/source/xforms/xformsevent.hxx
index e3aff320f306..36bbcecddb94 100644
--- a/forms/source/xforms/xformsevent.hxx
+++ b/forms/source/xforms/xformsevent.hxx
@@ -40,7 +40,6 @@ class XFormsEventConcrete : public cppu::WeakImplHelper< XFormsEvent > {
, m_cancelable(false)
{
}
- virtual ~XFormsEventConcrete() override {}
virtual OUString SAL_CALL getType() throw (css::uno::RuntimeException, std::exception) override;
virtual css::uno::Reference< css::xml::dom::events::XEventTarget > SAL_CALL getTarget() throw (css::uno::RuntimeException, std::exception) override;