From 7c70681bf76af56bd82818dad2823dff402e095e Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 23 Nov 2016 22:30:33 +0100 Subject: loplugin:unnecessaryoverride (dtors) in desktop Change-Id: I9153f2506a9d054ec2e81a5c0d6f9bb089b73f64 --- desktop/source/deployment/misc/dp_descriptioninfoset.cxx | 9 --------- 1 file changed, 9 deletions(-) (limited to 'desktop/source/deployment/misc/dp_descriptioninfoset.cxx') diff --git a/desktop/source/deployment/misc/dp_descriptioninfoset.cxx b/desktop/source/deployment/misc/dp_descriptioninfoset.cxx index 732b026d04c3..6b6d7a94eef9 100644 --- a/desktop/source/deployment/misc/dp_descriptioninfoset.cxx +++ b/desktop/source/deployment/misc/dp_descriptioninfoset.cxx @@ -62,8 +62,6 @@ class EmptyNodeList: public: EmptyNodeList(); - virtual ~EmptyNodeList() override; - EmptyNodeList(const EmptyNodeList&) = delete; const EmptyNodeList& operator=(const EmptyNodeList&) = delete; @@ -75,8 +73,6 @@ public: EmptyNodeList::EmptyNodeList() {} -EmptyNodeList::~EmptyNodeList() {} - ::sal_Int32 EmptyNodeList::getLength() throw (css::uno::RuntimeException, std::exception) { return 0; } @@ -146,7 +142,6 @@ class FileDoesNotExistFilter css::uno::Reference< css::ucb::XCommandEnvironment > m_xCommandEnv; public: - virtual ~FileDoesNotExistFilter() override; explicit FileDoesNotExistFilter( const css::uno::Reference< css::ucb::XCommandEnvironment >& xCmdEnv); @@ -257,10 +252,6 @@ FileDoesNotExistFilter::FileDoesNotExistFilter( m_bExist(true), m_xCommandEnv(xCmdEnv) {} -FileDoesNotExistFilter::~FileDoesNotExistFilter() -{ -}; - // XCommandEnvironment Reference FileDoesNotExistFilter::getInteractionHandler() throw (css::uno::RuntimeException, std::exception) -- cgit v1.2.3