diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2008-01-14 11:56:18 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2008-01-14 11:56:18 +0000 |
commit | a1dbadc34bd5de375f1de34d78d7699d1cc58706 (patch) | |
tree | 7953f89f784e3c12511eba59e417918c8b1fb4b6 /toolkit | |
parent | 9cc82dad4b5b0c36a60b6e24e21e8710f4525a9b (diff) |
INTEGRATION: CWS awtfixes1 (1.3.246); FILE MERGED
2007/07/13 17:43:52 mmeeks 1.3.246.1: Issue number: i#78291#
Submitted by: mmeeks
Reviewed by: fs
Add property introspection to awt/ wrappers.
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/inc/toolkit/helper/unopropertyarrayhelper.hxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/toolkit/inc/toolkit/helper/unopropertyarrayhelper.hxx b/toolkit/inc/toolkit/helper/unopropertyarrayhelper.hxx index fa089e1bbe40..e863564c5216 100644 --- a/toolkit/inc/toolkit/helper/unopropertyarrayhelper.hxx +++ b/toolkit/inc/toolkit/helper/unopropertyarrayhelper.hxx @@ -4,9 +4,9 @@ * * $RCSfile: unopropertyarrayhelper.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-09 12:59:45 $ + * last change: $Author: ihi $ $Date: 2008-01-14 12:56:18 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -40,6 +40,8 @@ #include <tools/table.hxx> +#include <list> + // ---------------------------------------------------- // class UnoPropertyArrayHelper // ---------------------------------------------------- @@ -53,6 +55,7 @@ protected: public: UnoPropertyArrayHelper( const ::com::sun::star::uno::Sequence<sal_Int32>& rIDs ); + UnoPropertyArrayHelper( const std::list< sal_uInt16 > &rIDs ); // ::cppu::IPropertyArrayHelper sal_Bool SAL_CALL fillPropertyMembersByHandle( ::rtl::OUString * pPropName, sal_Int16 * pAttributes, sal_Int32 nHandle ); |