From 5d025538157901d036766c8f6b59ff2ea3965bc4 Mon Sep 17 00:00:00 2001 From: Frank Schönheit Date: Thu, 30 Aug 2001 13:56:32 +0000 Subject: #90109# +DECL_PROP2_IFACE --- dbaccess/source/inc/apitools.hxx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'dbaccess/source/inc') diff --git a/dbaccess/source/inc/apitools.hxx b/dbaccess/source/inc/apitools.hxx index 5007cba051c6..151227a92ac5 100644 --- a/dbaccess/source/inc/apitools.hxx +++ b/dbaccess/source/inc/apitools.hxx @@ -2,9 +2,9 @@ * * $RCSfile: apitools.hxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: avy $ $Date: 2001-08-21 16:35:35 $ + * last change: $Author: fs $ $Date: 2001-08-30 14:56:32 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -379,6 +379,9 @@ protected: //---------------------------------------------------------------------------------- #define DECL_PROP1_IFACE(varname, iface, attrib1) \ DECL_PROP_IMPL(varname, ::getCppuType(static_cast< ::com::sun::star::uno::Reference< iface >* >(NULL))) ::com::sun::star::beans::PropertyAttribute::##attrib1) +//---------------------------------------------------------------------------------- +#define DECL_PROP2_IFACE(varname, iface, attrib1, attrib2) \ + DECL_PROP_IMPL(varname, ::getCppuType(static_cast< ::com::sun::star::uno::Reference< iface >* >(NULL))) ::com::sun::star::beans::PropertyAttribute::##attrib1 | ::com::sun::star::beans::PropertyAttribute::##attrib2) //---------------------------------------------------------------------------------- #define DECL_PROP2(varname, type, attrib1, attrib2) \ -- cgit