diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 21:50:46 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 21:50:46 +0000 |
commit | d2eef328a4c067be6b12bf355713dd88c83be0cb (patch) | |
tree | c0a45c25f623a5b8853c3769bbb621693e13fef6 | |
parent | f1364453b35f639219b43fcb2771c1a1eee0578c (diff) |
INTEGRATION: CWS warnings01 (1.5.8); FILE MERGED
2005/12/07 09:04:20 sb 1.5.8.1: #i53898# Made code warning-free.
-rw-r--r-- | comphelper/source/property/ChainablePropertySetInfo.cxx | 28 |
1 files changed, 2 insertions, 26 deletions
diff --git a/comphelper/source/property/ChainablePropertySetInfo.cxx b/comphelper/source/property/ChainablePropertySetInfo.cxx index 563816d0720a..17fdb31f4edc 100644 --- a/comphelper/source/property/ChainablePropertySetInfo.cxx +++ b/comphelper/source/property/ChainablePropertySetInfo.cxx @@ -4,9 +4,9 @@ * * $RCSfile: ChainablePropertySetInfo.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2005-09-08 02:55:38 $ + * last change: $Author: hr $ $Date: 2006-06-19 22:50:46 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -45,7 +45,6 @@ using ::comphelper::GenerateCppuType; using ::comphelper::ChainablePropertySetInfo; using ::com::sun::star::uno::Any; using ::com::sun::star::uno::Type; -using ::com::sun::star::uno::XWeak; using ::com::sun::star::uno::Sequence; using ::com::sun::star::uno::Reference; using ::com::sun::star::uno::XInterface; @@ -70,29 +69,6 @@ ChainablePropertySetInfo::~ChainablePropertySetInfo() { } -//XInterface -Any SAL_CALL ChainablePropertySetInfo::queryInterface( const Type& rType ) - throw(RuntimeException) -{ - return ::cppu::queryInterface ( rType , - // OWeakObject interfaces - reinterpret_cast< XInterface* > ( this ) , - static_cast < XWeak* > ( this ) , - // my own interfaces - static_cast < XPropertySetInfo* > ( this ) ); -} - -void SAL_CALL ChainablePropertySetInfo::acquire( ) - throw() -{ - OWeakObject::acquire(); -} -void SAL_CALL ChainablePropertySetInfo::release( ) - throw() -{ - OWeakObject::release(); -} - void ChainablePropertySetInfo::add( PropertyInfo* pMap, sal_Int32 nCount ) throw() { |