summaryrefslogtreecommitdiff
path: root/framework/inc/helper
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 /framework/inc/helper
parent6c98339f7523db93ff8064282c19ab285d80612a (diff)
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 'framework/inc/helper')
-rw-r--r--framework/inc/helper/mischelper.hxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/framework/inc/helper/mischelper.hxx b/framework/inc/helper/mischelper.hxx
index de7044350b50..c8f5927682bd 100644
--- a/framework/inc/helper/mischelper.hxx
+++ b/framework/inc/helper/mischelper.hxx
@@ -153,10 +153,6 @@ class WeakContainerListener : public ::cppu::WeakImplHelper<css::container::XCon
{
}
- virtual ~WeakContainerListener() override
- {
- }
-
// container.XContainerListener
virtual void SAL_CALL elementInserted(const css::container::ContainerEvent& rEvent)
throw(css::uno::RuntimeException, std::exception) override
@@ -208,10 +204,6 @@ class WeakChangesListener : public ::cppu::WeakImplHelper<css::util::XChangesLis
{
}
- virtual ~WeakChangesListener() override
- {
- }
-
// util.XChangesListener
virtual void SAL_CALL changesOccurred(const css::util::ChangesEvent& rEvent)
throw(css::uno::RuntimeException, std::exception) override
@@ -245,10 +237,6 @@ class WeakDocumentEventListener : public ::cppu::WeakImplHelper<css::document::X
{
}
- virtual ~WeakDocumentEventListener() override
- {
- }
-
virtual void SAL_CALL documentEventOccured(const css::document::DocumentEvent& rEvent)
throw(css::uno::RuntimeException, std::exception) override
{