diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 21:56:46 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 21:56:46 +0000 |
commit | 63f10de33acda1e6548f1ddf51a8556f38cf6813 (patch) | |
tree | e63e5026603ce53808394faeb11076c1e7fd1e4f /toolkit | |
parent | 90cbe23e3767350afcb8bf43d7db2965210d9ac0 (diff) |
INTEGRATION: CWS warnings01 (1.5.26); FILE MERGED
2005/11/14 10:36:06 pl 1.5.26.1: #i55991# removed warnings
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/inc/toolkit/controls/unocontrolmodel.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/toolkit/inc/toolkit/controls/unocontrolmodel.hxx b/toolkit/inc/toolkit/controls/unocontrolmodel.hxx index bf28f53b2a16..afd9cc237d4f 100644 --- a/toolkit/inc/toolkit/controls/unocontrolmodel.hxx +++ b/toolkit/inc/toolkit/controls/unocontrolmodel.hxx @@ -4,9 +4,9 @@ * * $RCSfile: unocontrolmodel.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2005-09-09 12:52:52 $ + * last change: $Author: hr $ $Date: 2006-06-19 22:56:46 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -171,6 +171,7 @@ public: ::cppu::IPropertyArrayHelper& SAL_CALL getInfoHelper() = 0; sal_Bool SAL_CALL convertFastPropertyValue( ::com::sun::star::uno::Any & rConvertedValue, ::com::sun::star::uno::Any & rOldValue, sal_Int32 nHandle, const ::com::sun::star::uno::Any& rValue ) throw (::com::sun::star::lang::IllegalArgumentException); void SAL_CALL setFastPropertyValue_NoBroadcast( sal_Int32 nHandle, const ::com::sun::star::uno::Any& rValue ) throw (::com::sun::star::uno::Exception); + using cppu::OPropertySetHelper::getFastPropertyValue; void SAL_CALL getFastPropertyValue( ::com::sun::star::uno::Any& rValue, sal_Int32 nHandle ) const; // setValue-Methoden ueberladen, um die Einzelproperties des FontDescriptors abzufangen |