INTEGRATION: CWS warnings01 (1.5.32); FILE MERGED

2005/11/16 13:10:28 pl 1.5.32.2: #i55991# removed warnings
2005/10/28 14:48:10 cd 1.5.32.1: #i55991# Warning free code changes for gcc
This commit is contained in:
Jens-Heiner Rechtien 2006-06-19 09:55:06 +00:00
parent de6015d2d0
commit 31bda818c6

View file

@ -4,9 +4,9 @@
*
* $RCSfile: uielementwrapperbase.hxx,v $
*
* $Revision: 1.5 $
* $Revision: 1.6 $
*
* last change: $Author: rt $ $Date: 2005-09-09 00:20:22 $
* last change: $Author: hr $ $Date: 2006-06-19 10:55:06 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -123,8 +123,8 @@ class UIElementWrapperBase : public ::com::sun::star::lang::XTypeProvider
//---------------------------------------------------------------------------------------------------------
// XInterface, XTypeProvider
//---------------------------------------------------------------------------------------------------------
DECLARE_XINTERFACE
DECLARE_XTYPEPROVIDER
FWK_DECLARE_XINTERFACE
FWK_DECLARE_XTYPEPROVIDER
// XComponent
virtual void SAL_CALL dispose() throw (::com::sun::star::uno::RuntimeException) = 0;
@ -152,6 +152,7 @@ class UIElementWrapperBase : public ::com::sun::star::lang::XTypeProvider
const com::sun::star::uno::Any& aValue ) throw( com::sun::star::lang::IllegalArgumentException );
virtual void SAL_CALL setFastPropertyValue_NoBroadcast( sal_Int32 nHandle ,
const com::sun::star::uno::Any& aValue ) throw( com::sun::star::uno::Exception );
using cppu::OPropertySetHelper::getFastPropertyValue;
virtual void SAL_CALL getFastPropertyValue( com::sun::star::uno::Any& aValue ,
sal_Int32 nHandle ) const;
virtual ::cppu::IPropertyArrayHelper& SAL_CALL getInfoHelper();