From 3e82897353e576dc6e3fbf55371fda5a0c3415df Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 12 Jun 2014 14:06:28 +0200 Subject: improve the inlinesimplememberfunctions clang plugin Change-Id: I6d5a952901648e01904ef5c37f953c517304d31e --- basic/source/classes/propacc.cxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'basic/source/classes/propacc.cxx') diff --git a/basic/source/classes/propacc.cxx b/basic/source/classes/propacc.cxx index dbcec4c25980..9254982137d4 100644 --- a/basic/source/classes/propacc.cxx +++ b/basic/source/classes/propacc.cxx @@ -204,10 +204,6 @@ sal_Int32 PropertySetInfoImpl::GetIndex_Impl( const OUString &rPropName ) const return pP ? sal::static_int_cast( pP - _aProps.getConstArray() ) : -1; } -Sequence< Property > PropertySetInfoImpl::getProperties(void) throw() -{ - return _aProps; -} Property PropertySetInfoImpl::getPropertyByName(const OUString& Name) throw( RuntimeException ) { -- cgit