diff options
author | Noel Grandin <noel@peralex.com> | 2015-03-04 15:53:01 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-03-19 10:45:01 +0200 |
commit | d07bf4aad4d2edda19d9806afd6d694b873aff41 (patch) | |
tree | 17171c19eff72cd3234f02875db2d6e641cf9ff1 /canvas/source/tools | |
parent | 900e49cd27f23d2f991f902e81f471eb49232076 (diff) |
loplugin:constantfunction: canvas
Change-Id: I2fb2c4ec0e9467d7ced05b0e815e0d5bd2ba74c3
Diffstat (limited to 'canvas/source/tools')
-rw-r--r-- | canvas/source/tools/propertysethelper.cxx | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/canvas/source/tools/propertysethelper.cxx b/canvas/source/tools/propertysethelper.cxx index 46ebc3543058..477fda9ee19c 100644 --- a/canvas/source/tools/propertysethelper.cxx +++ b/canvas/source/tools/propertysethelper.cxx @@ -143,12 +143,6 @@ namespace canvas throwUnknown( aPropertyName ); } - void PropertySetHelper::removePropertyChangeListener( const OUString& /*aPropertyName*/, - const uno::Reference< beans::XPropertyChangeListener >& /*xListener*/ ) - { - // ignore request, no listener added in the first place - } - void PropertySetHelper::addVetoableChangeListener( const OUString& aPropertyName, const uno::Reference< beans::XVetoableChangeListener >& /*xListener*/ ) { @@ -158,11 +152,6 @@ namespace canvas throwUnknown( aPropertyName ); } - void PropertySetHelper::removeVetoableChangeListener( const OUString& /*aPropertyName*/, - const uno::Reference< beans::XVetoableChangeListener >& /*xListener*/ ) - { - // ignore request, no listener added in the first place - } } /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |