summaryrefslogtreecommitdiff
path: root/comphelper/source/property
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-11-28 14:14:04 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-11-28 14:14:04 +0100
commit0c59e2ddd6a174629618acea97cf5406c36ce7f3 (patch)
treeda53bb5d7f2ea2d99d512d7f96ce60cef6e82e2c /comphelper/source/property
parent3d9c3ed1afc8d37d3bee800ca5988724fd758a6b (diff)
loplugin:unnecessaryoverride (dtors) in comphelper
Change-Id: I13ebc4efa7f8bd0d3732ed65e397c710ae65d14e
Diffstat (limited to 'comphelper/source/property')
-rw-r--r--comphelper/source/property/genericpropertyset.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/comphelper/source/property/genericpropertyset.cxx b/comphelper/source/property/genericpropertyset.cxx
index f30a7b27d72f..6ee1da2bbd55 100644
--- a/comphelper/source/property/genericpropertyset.cxx
+++ b/comphelper/source/property/genericpropertyset.cxx
@@ -63,7 +63,6 @@ namespace comphelper
public:
explicit GenericPropertySet( PropertySetInfo* pInfo ) throw();
- virtual ~GenericPropertySet() throw() override;
// XInterface
virtual Any SAL_CALL queryAggregation( const Type & rType ) throw( RuntimeException, std::exception) override;
@@ -94,9 +93,6 @@ GenericPropertySet::GenericPropertySet( PropertySetInfo* pInfo ) throw()
{
}
-GenericPropertySet::~GenericPropertySet() throw()
-{
-}
void SAL_CALL GenericPropertySet::addPropertyChangeListener( const OUString& aPropertyName, const Reference< XPropertyChangeListener >& xListener ) throw(UnknownPropertyException, WrappedTargetException, RuntimeException, std::exception)
{
Reference < XPropertySetInfo > xInfo = getPropertySetInfo( );