summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/adabas/BKeys.cxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2000-11-03 13:21:22 +0000
committerOcke Janssen <oj@openoffice.org>2000-11-03 13:21:22 +0000
commit88f6d8c679fb0a66fffc11bf892f458dde0bfe4e (patch)
tree670c9439b3fe89a3d83aab344a233a9cea837064 /connectivity/source/drivers/adabas/BKeys.cxx
parentdd15c6611efa1c93a5e5e4b6c2e3fd693628fc87 (diff)
some changes in refcount
Diffstat (limited to 'connectivity/source/drivers/adabas/BKeys.cxx')
-rw-r--r--connectivity/source/drivers/adabas/BKeys.cxx9
1 files changed, 3 insertions, 6 deletions
diff --git a/connectivity/source/drivers/adabas/BKeys.cxx b/connectivity/source/drivers/adabas/BKeys.cxx
index 71814a68ff..88721d5ba6 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.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: oj $ $Date: 2000-10-30 07:55:15 $
+ * last change: $Author: oj $ $Date: 2000-11-03 14:08:03 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -68,9 +68,6 @@
#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
@@ -168,7 +165,7 @@ void OKeys::impl_refresh() throw(RuntimeException)
// -------------------------------------------------------------------------
Reference< XPropertySet > OKeys::createEmptyObject()
{
- connectivity::sdbcx::OKeyDescriptor* pNew = new connectivity::sdbcx::OKeyDescriptor(sal_True);
+ OAdabasKey* pNew = new OAdabasKey(m_pTable);
return pNew;
}
// -------------------------------------------------------------------------