summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-08-30 13:56:32 +0000
committerFrank Schönheit <fs@openoffice.org>2001-08-30 13:56:32 +0000
commit5d025538157901d036766c8f6b59ff2ea3965bc4 (patch)
tree88a3e847a13637fea42216a6b752ba87f4727409 /dbaccess
parentf77ede870d67b8e63924a3a7af5b8f115c28987c (diff)
#90109# +DECL_PROP2_IFACE
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/inc/apitools.hxx7
1 files changed, 5 insertions, 2 deletions
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) \