diff options
-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 { |