Kaydet (Commit) 84bbf2de authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:unnecessaryoverride (dtors) in scripting

Change-Id: I59abb019929e321f9955e57da68417bd137f1530
üst 542bb6b7
......@@ -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
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment