From 36313d93ac6f88bb4b4e4ed7109db583c7ce9886 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 18 Jul 2016 09:03:51 +0200 Subject: improve unnecessaryoverride plugin to ignore ImplicitCastExpr when calling superclass method Change-Id: I76a3068446acfee85aa1baeb216e57f63c7099c1 Reviewed-on: https://gerrit.libreoffice.org/27279 Tested-by: Jenkins Reviewed-by: Noel Grandin --- framework/source/layoutmanager/layoutmanager.cxx | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'framework/source/layoutmanager') diff --git a/framework/source/layoutmanager/layoutmanager.cxx b/framework/source/layoutmanager/layoutmanager.cxx index 7d65c33c4c97..ead5fc8241a8 100644 --- a/framework/source/layoutmanager/layoutmanager.cxx +++ b/framework/source/layoutmanager/layoutmanager.cxx @@ -3110,16 +3110,6 @@ void SAL_CALL LayoutManager::elementReplaced( const ui::ConfigurationEvent& Even } } -// OPropertySetHelper - -sal_Bool SAL_CALL LayoutManager::convertFastPropertyValue( Any& aConvertedValue, - Any& aOldValue, - sal_Int32 nHandle, - const Any& aValue ) throw( lang::IllegalArgumentException ) -{ - return LayoutManager_PBase::convertFastPropertyValue( aConvertedValue, aOldValue, nHandle, aValue ); -} - void SAL_CALL LayoutManager::setFastPropertyValue_NoBroadcast( sal_Int32 nHandle, const uno::Any& aValue ) throw( uno::Exception, std::exception ) { -- cgit