summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/adabas/BKeys.cxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2000-10-30 06:55:15 +0000
committerOcke Janssen <oj@openoffice.org>2000-10-30 06:55:15 +0000
commit4fe3b5ccb2ff688e85b5e7c90b349eddc3c84d53 (patch)
tree1bbaea973997707e0398448ee02de8435a19b3ab /connectivity/source/drivers/adabas/BKeys.cxx
parentfefc92b78a09c8ee37ad365f04b02c26d039109b (diff)
descriptors inserted
Diffstat (limited to 'connectivity/source/drivers/adabas/BKeys.cxx')
-rw-r--r--connectivity/source/drivers/adabas/BKeys.cxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/connectivity/source/drivers/adabas/BKeys.cxx b/connectivity/source/drivers/adabas/BKeys.cxx
index 3b4c2212e9..71814a68ff 100644
--- a/connectivity/source/drivers/adabas/BKeys.cxx
+++ b/connectivity/source/drivers/adabas/BKeys.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: BKeys.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: oj $ $Date: 2000-10-24 15:54:39 $
+ * last change: $Author: oj $ $Date: 2000-10-30 07:55:15 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -68,6 +68,9 @@
#ifndef _CONNECTIVITY_ADABAS_TABLE_HXX_
#include "adabas/BTable.hxx"
#endif
+#ifndef _CONNECTIVITY_SDBCX_KEYDESCRIPTOR_HXX_
+#include "connectivity/sdbcx/VKeyDescriptor.hxx"
+#endif
#ifndef _COM_SUN_STAR_SDBC_XROW_HPP_
#include <com/sun/star/sdbc/XRow.hpp>
#endif
@@ -165,7 +168,7 @@ void OKeys::impl_refresh() throw(RuntimeException)
// -------------------------------------------------------------------------
Reference< XPropertySet > OKeys::createEmptyObject()
{
- OAdabasKey* pNew = new OAdabasKey(m_pTable);
+ connectivity::sdbcx::OKeyDescriptor* pNew = new connectivity::sdbcx::OKeyDescriptor(sal_True);
return pNew;
}
// -------------------------------------------------------------------------