summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2001-11-16 07:47:24 +0000
committerOcke Janssen <oj@openoffice.org>2001-11-16 07:47:24 +0000
commitf21857a812ade7368614bde3ce6d5f6b1b2685f6 (patch)
treead38941dbf6d522444c9d12d63896f4ef4d1b70f /connectivity
parentf2dec82b055b8140ee844d08b15c24448e7b8033 (diff)
#94828# dropcolumn corrected
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/dbase/DTable.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/connectivity/source/drivers/dbase/DTable.cxx b/connectivity/source/drivers/dbase/DTable.cxx
index e4c54793c04d..8fffdbfca3a9 100644
--- a/connectivity/source/drivers/dbase/DTable.cxx
+++ b/connectivity/source/drivers/dbase/DTable.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: DTable.cxx,v $
*
- * $Revision: 1.71 $
+ * $Revision: 1.72 $
*
- * last change: $Author: fs $ $Date: 2001-10-26 10:33:26 $
+ * last change: $Author: oj $ $Date: 2001-11-16 08:47:24 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1939,8 +1939,8 @@ void ODbaseTable::dropColumn(sal_Int32 _nPos)
FileClose();
construct();
- if(m_pColumns)
- m_pColumns->refresh();
+// if(m_pColumns)
+// m_pColumns->refresh();
}
// -----------------------------------------------------------------------------
String ODbaseTable::createTempFile()