diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-12-05 09:00:48 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-12-05 09:00:48 +0100 |
commit | 84bbf2de22c6c488128ac42931f0ee1c2968e1b8 (patch) | |
tree | a0c39bdb884e23c90e76135acab02c7d4cac84e8 /scripting | |
parent | 542bb6b7876f7a5aef4e27f054fba39448b111b5 (diff) |
loplugin:unnecessaryoverride (dtors) in scripting
Change-Id: I59abb019929e321f9955e57da68417bd137f1530
Diffstat (limited to 'scripting')
-rw-r--r-- | scripting/source/provider/BrowseNodeFactoryImpl.cxx | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/scripting/source/provider/BrowseNodeFactoryImpl.cxx b/scripting/source/provider/BrowseNodeFactoryImpl.cxx index 6b8d128b2f36..1fb72befc05d 100644 --- a/scripting/source/provider/BrowseNodeFactoryImpl.cxx +++ b/scripting/source/provider/BrowseNodeFactoryImpl.cxx @@ -66,10 +66,6 @@ public: m_Nodes[ 0 ] = node; } - virtual ~BrowseNodeAggregator() override - { - } - void addBrowseNode( const Reference< browse::XBrowseNode>& node ) { m_Nodes.push_back( node ); @@ -531,10 +527,6 @@ public: m_Name = "Root"; } - virtual ~DefaultRootBrowseNode() override - { - } - virtual Sequence< Reference< browse::XBrowseNode > > SAL_CALL getChildNodes() throw ( RuntimeException, std::exception ) override @@ -589,10 +581,6 @@ public: { } - virtual ~SelectorBrowseNode() override - { - } - virtual OUString SAL_CALL getName() throw ( RuntimeException, std::exception ) override { |