diff options
author | Ocke Janssen <oj@openoffice.org> | 2000-12-01 10:46:11 +0000 |
---|---|---|
committer | Ocke Janssen <oj@openoffice.org> | 2000-12-01 10:46:11 +0000 |
commit | 109a1782b3938be3c0b5794d625daa53d0e7b91d (patch) | |
tree | 688b5be46eba739588a69e2df7c3f9d415db9b81 /connectivity/source/drivers/file | |
parent | 8c67cd528019ec134eaa557d5a95fc89bac732c6 (diff) |
#81089# member ini
Diffstat (limited to 'connectivity/source/drivers/file')
-rw-r--r-- | connectivity/source/drivers/file/FTable.cxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/connectivity/source/drivers/file/FTable.cxx b/connectivity/source/drivers/file/FTable.cxx index 44ff51739019..f4ee630ebb61 100644 --- a/connectivity/source/drivers/file/FTable.cxx +++ b/connectivity/source/drivers/file/FTable.cxx @@ -2,9 +2,9 @@ * * $RCSfile: FTable.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: oj $ $Date: 2000-11-16 10:43:21 $ + * last change: $Author: oj $ $Date: 2000-12-01 11:46:11 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -59,6 +59,8 @@ * ************************************************************************/ +#include <stdio.h> + #ifndef _CONNECTIVITY_FILE_TABLE_HXX_ #include "file/FTable.hxx" #endif @@ -93,6 +95,7 @@ OFileTable::OFileTable(OConnection* _pConnection) : OTable_TYPEDEF(_pConnection- ,m_nFilePos(0) ,m_nBufferSize(0) ,m_pBuffer(NULL) + ,m_pFileStream(NULL) { construct(); ::std::vector< ::rtl::OUString> aVector; @@ -116,6 +119,7 @@ OFileTable::OFileTable( OConnection* _pConnection, ,m_nFilePos(0) ,m_nBufferSize(0) ,m_pBuffer(NULL) + ,m_pFileStream(NULL) { m_aColumns = new OSQLColumns(); construct(); |