diff options
author | Frank Schönheit <fs@openoffice.org> | 2001-03-15 07:01:38 +0000 |
---|---|---|
committer | Frank Schönheit <fs@openoffice.org> | 2001-03-15 07:01:38 +0000 |
commit | beb7f694a8faff456d00e40c60d05d7751fbaf48 (patch) | |
tree | 9ef656a7329124ef65bc96a6ab14e55eb797e881 | |
parent | 89189ee1b0a7826b9b193fb4a341d5ff2d8a4ff2 (diff) |
createEmptyObject: return an AdabasIndex, not an sdbcx::OIndex
-rw-r--r-- | connectivity/source/drivers/adabas/BIndexes.cxx | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/connectivity/source/drivers/adabas/BIndexes.cxx b/connectivity/source/drivers/adabas/BIndexes.cxx index bad9ed2f937c..d55bf5fda514 100644 --- a/connectivity/source/drivers/adabas/BIndexes.cxx +++ b/connectivity/source/drivers/adabas/BIndexes.cxx @@ -2,9 +2,9 @@ * * $RCSfile: BIndexes.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: fs $ $Date: 2001-03-14 14:30:47 $ + * last change: $Author: fs $ $Date: 2001-03-15 08:01:38 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -135,8 +135,7 @@ void OIndexes::impl_refresh() throw(RuntimeException) // ------------------------------------------------------------------------- Reference< XPropertySet > OIndexes::createEmptyObject() { - connectivity::sdbcx::OIndex* pNew = new connectivity::sdbcx::OIndex(sal_True); - return pNew; + return new OAdabasIndex(m_pTable); } // ------------------------------------------------------------------------- // XAppend |