diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-05-10 08:45:04 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-05-10 08:45:04 +0000 |
commit | 06c9b7db8e19c6847f5b14bbfd12f1a8fa75a6a5 (patch) | |
tree | 1c88bab4177ffe3b9125e7899889b6679e6e05ba /cppuhelper | |
parent | c38ca473edf8f7ecc42b3861a2a5db19acf365f8 (diff) |
INTEGRATION: CWS dba23a (1.12.54); FILE MERGED
2007/04/02 06:49:17 fs 1.12.54.2: OPropertySetHelper::getTypes made const (suggested by SB after review)
2007/03/01 11:13:25 fs 1.12.54.1: copying changes from CWS repcontrol herein (repcontrol has a pretty unknown due date)
Diffstat (limited to 'cppuhelper')
-rw-r--r-- | cppuhelper/inc/cppuhelper/propshlp.hxx | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/cppuhelper/inc/cppuhelper/propshlp.hxx b/cppuhelper/inc/cppuhelper/propshlp.hxx index 9668deaaad02..8ad53a943375 100644 --- a/cppuhelper/inc/cppuhelper/propshlp.hxx +++ b/cppuhelper/inc/cppuhelper/propshlp.hxx @@ -4,9 +4,9 @@ * * $RCSfile: propshlp.hxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: hr $ $Date: 2006-06-19 10:31:26 $ + * last change: $Author: kz $ $Date: 2007-05-10 09:45:04 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -370,6 +370,11 @@ public: ::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type & rType ) throw (::com::sun::star::uno::RuntimeException); + /** eases implementing XTypeProvider::getTypes, returns the types of XMultiPropertySet, XFastPropertySet, XPropertySet + */ + ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > getTypes() const + throw(::com::sun::star::uno::RuntimeException); + /** Send a disposing notification to the listeners in the conatiners aBoundLC and aVetoableLC. |