From 06c9b7db8e19c6847f5b14bbfd12f1a8fa75a6a5 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Thu, 10 May 2007 08:45:04 +0000 Subject: 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) --- cppuhelper/inc/cppuhelper/propshlp.hxx | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'cppuhelper') 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. -- cgit