From 4142e0a0c05c29a203799cc96630b17133ca2b40 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 26 Jan 2017 13:50:43 +0200 Subject: loplugin: unnecessary destructor writerfilter..xmloff Change-Id: I511822dc874101ed3b9850b015b746a86d26c3b5 Reviewed-on: https://gerrit.libreoffice.org/33578 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- xmlhelp/source/cxxhelp/inc/tvread.hxx | 2 -- xmlhelp/source/cxxhelp/provider/databases.hxx | 4 ---- 2 files changed, 6 deletions(-) (limited to 'xmlhelp') diff --git a/xmlhelp/source/cxxhelp/inc/tvread.hxx b/xmlhelp/source/cxxhelp/inc/tvread.hxx index 0b4e1594a7f0..208ed0a824c2 100644 --- a/xmlhelp/source/cxxhelp/inc/tvread.hxx +++ b/xmlhelp/source/cxxhelp/inc/tvread.hxx @@ -71,8 +71,6 @@ namespace treeview { public: - virtual ~TVBase() override { } - // XNameAccess virtual css::uno::Type SAL_CALL diff --git a/xmlhelp/source/cxxhelp/provider/databases.hxx b/xmlhelp/source/cxxhelp/provider/databases.hxx index 0e92ecd8393b..da69ca48432f 100644 --- a/xmlhelp/source/cxxhelp/provider/databases.hxx +++ b/xmlhelp/source/cxxhelp/provider/databases.hxx @@ -75,8 +75,6 @@ namespace chelp { { } - ~StaticModuleInformation() { } - const OUString& get_title() const { return m_aTitle; } const OUString& get_id() const { return m_aStartId; } const OUString& get_program() const { return m_aProgramSwitch; } @@ -111,8 +109,6 @@ namespace chelp { explicit KeywordInfo( const std::vector< KeywordElement >& aVector ); - ~KeywordInfo() { }; - css::uno::Sequence< OUString >& getKeywordList() { return listKey; } -- cgit