diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-11-10 13:25:24 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-11-10 19:11:41 +0100 |
commit | 3d2dbf45ebe78faab6da09ad2efe841e21a5bdd2 (patch) | |
tree | 0c6f3650d89046a2b021c6b6ceca88e27b0c8d21 /comphelper | |
parent | aac0b97574b1d180b2a79dabd8ddf10c88719479 (diff) |
No need to blacklist this loplugin:unnecessaryoverride
...a using declaration should fix it just fine
Change-Id: I0279994c155775e9a58e93aef8da4522d4fd93fd
Reviewed-on: https://gerrit.libreoffice.org/44590
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'comphelper')
-rw-r--r-- | comphelper/source/property/propertycontainer.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/comphelper/source/property/propertycontainer.cxx b/comphelper/source/property/propertycontainer.cxx index c168ec5fa466..6768075320de 100644 --- a/comphelper/source/property/propertycontainer.cxx +++ b/comphelper/source/property/propertycontainer.cxx @@ -58,13 +58,6 @@ Sequence< Type > OPropertyContainer::getBaseTypes() return aTypes.getTypes(); } - -void SAL_CALL OPropertyContainer::setFastPropertyValue( sal_Int32 nHandle, const Any& rValue ) -{ - OPropertySetHelper::setFastPropertyValue( nHandle, rValue ); -} - - sal_Bool OPropertyContainer::convertFastPropertyValue( Any& _rConvertedValue, Any& _rOldValue, sal_Int32 _nHandle, const Any& _rValue ) { |