summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/dbase
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2000-11-16 09:47:23 +0000
committerOcke Janssen <oj@openoffice.org>2000-11-16 09:47:23 +0000
commitc8aecb0b651c4005667bd37a0c6de68a40332569 (patch)
treeab302c77cf3fdcf378f28ead7c23067ea9896ab8 /connectivity/source/inc/dbase
parent2ecb5e5f352ea6bc1ce11bc4e9b36ed80709bc42 (diff)
#80273# use of ucbstreamhelper
Diffstat (limited to 'connectivity/source/inc/dbase')
-rw-r--r--connectivity/source/inc/dbase/DTable.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/inc/dbase/DTable.hxx b/connectivity/source/inc/dbase/DTable.hxx
index 4ed63ea5da27..8718dc3cf2da 100644
--- a/connectivity/source/inc/dbase/DTable.hxx
+++ b/connectivity/source/inc/dbase/DTable.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: DTable.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: oj $ $Date: 2000-11-03 13:53:38 $
+ * last change: $Author: oj $ $Date: 2000-11-16 10:47:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -132,7 +132,7 @@ namespace connectivity
DBFHeader m_aHeader;
DBFMemoHeader m_aMemoHeader;
- SvFileStream m_aMemoStream;
+ SvStream* m_pMemoStream;
void readHeader();
void fillColumns();