diff options
author | Ocke Janssen <oj@openoffice.org> | 2001-08-02 09:49:44 +0000 |
---|---|---|
committer | Ocke Janssen <oj@openoffice.org> | 2001-08-02 09:49:44 +0000 |
commit | afdbf0b50f8b40e4774f0b139b3c882264f3cfe3 (patch) | |
tree | faef5b6beb7dc81e14d52b99a237e985b7c1f7cb /connectivity/source/drivers/ado/AIndex.cxx | |
parent | f3c1965a40880ebded8a180ffd8da1c9150c49a1 (diff) |
#89430# fixed float and double problems with adabas
Diffstat (limited to 'connectivity/source/drivers/ado/AIndex.cxx')
-rw-r--r-- | connectivity/source/drivers/ado/AIndex.cxx | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/connectivity/source/drivers/ado/AIndex.cxx b/connectivity/source/drivers/ado/AIndex.cxx index 43547254534a..478a988a0f40 100644 --- a/connectivity/source/drivers/ado/AIndex.cxx +++ b/connectivity/source/drivers/ado/AIndex.cxx @@ -2,9 +2,9 @@ * * $RCSfile: AIndex.cxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: oj $ $Date: 2001-05-23 09:13:09 $ + * last change: $Author: oj $ $Date: 2001-08-02 10:49:41 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -103,8 +103,6 @@ OAdoIndex::OAdoIndex(sal_Bool _bCase,OConnection* _pConnection,ADOIndex* _pIndex construct(); m_aIndex = WpADOIndex(_pIndex); fillPropertyValues(); - - refreshColumns(); } // ------------------------------------------------------------------------- OAdoIndex::OAdoIndex(sal_Bool _bCase,OConnection* _pConnection) @@ -113,8 +111,6 @@ OAdoIndex::OAdoIndex(sal_Bool _bCase,OConnection* _pConnection) { construct(); m_aIndex.Create(); - - refreshColumns(); } // ------------------------------------------------------------------------- |