summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2001-06-20 11:33:14 +0000
committerOcke Janssen <oj@openoffice.org>2001-06-20 11:33:14 +0000
commit0f2800d573ad2cc31b91fae74ca886c06d636cd3 (patch)
tree121e9da525447fd64a88b1293878f1a4f3e32b0c
parent5589ca396d5afb67c085290fffa5c0c3dd37c355 (diff)
#88434# describeproperties
-rw-r--r--connectivity/source/drivers/ado/AUser.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/connectivity/source/drivers/ado/AUser.cxx b/connectivity/source/drivers/ado/AUser.cxx
index 7750a8713b9d..6c5c26efd000 100644
--- a/connectivity/source/drivers/ado/AUser.cxx
+++ b/connectivity/source/drivers/ado/AUser.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: AUser.cxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: oj $ $Date: 2001-06-20 07:16:56 $
+ * last change: $Author: oj $ $Date: 2001-06-20 12:33:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -224,6 +224,7 @@ void OUserExtend::construct()
cppu::IPropertyArrayHelper* OUserExtend::createArrayHelper() const
{
Sequence< com::sun::star::beans::Property > aProps;
+ describeProperties(aProps);
return new cppu::OPropertyArrayHelper(aProps);
}
// -------------------------------------------------------------------------