summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/ado/AIndex.cxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2001-08-02 09:49:44 +0000
committerOcke Janssen <oj@openoffice.org>2001-08-02 09:49:44 +0000
commitafdbf0b50f8b40e4774f0b139b3c882264f3cfe3 (patch)
treefaef5b6beb7dc81e14d52b99a237e985b7c1f7cb /connectivity/source/drivers/ado/AIndex.cxx
parentf3c1965a40880ebded8a180ffd8da1c9150c49a1 (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.cxx8
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();
}
// -------------------------------------------------------------------------