summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/inc/table.hxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2000-10-30 08:25:01 +0000
committerOcke Janssen <oj@openoffice.org>2000-10-30 08:25:01 +0000
commita807bb24ee57e851a8e21d263e2e2a4811fa4ef7 (patch)
treee7fd40c2c0f27a1b6e90b684f6aeac6177127a42 /dbaccess/source/core/inc/table.hxx
parenta1e93a818e2375ef3ced8dc056200d4f00a016c0 (diff)
descriptors inserted
Diffstat (limited to 'dbaccess/source/core/inc/table.hxx')
-rw-r--r--dbaccess/source/core/inc/table.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/dbaccess/source/core/inc/table.hxx b/dbaccess/source/core/inc/table.hxx
index 19c6618e65ed..9ca8194640ed 100644
--- a/dbaccess/source/core/inc/table.hxx
+++ b/dbaccess/source/core/inc/table.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: table.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: fs $ $Date: 2000-10-18 16:08:52 $
+ * last change: $Author: oj $ $Date: 2000-10-30 09:25:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -148,6 +148,7 @@ protected:
void refreshPrimaryKeys(std::vector< ::rtl::OUString>& _rKeys);
void refreshForgeinKeys(std::vector< ::rtl::OUString>& _rKeys);
+
DECLARE_CTY_PROPERTY(ODBTable_PROP,OTable_Base)
public:
/** constructs a wrapper supporting the com.sun.star.sdb.Table service.<BR>