diff options
author | Frank Schönheit <fs@openoffice.org> | 2000-12-12 06:09:33 +0000 |
---|---|---|
committer | Frank Schönheit <fs@openoffice.org> | 2000-12-12 06:09:33 +0000 |
commit | 6e59a659e6d20688704a7e8324f20cf0f6e9c796 (patch) | |
tree | 6a1c2ddb9ae9f671c81672b841aa158d89d4f65c /connectivity/source/inc/dbase/DTable.hxx | |
parent | 3978da869e867da8dd274147122a4b821f56d776 (diff) |
- m_bWriteable - will be introduced in the base class
Diffstat (limited to 'connectivity/source/inc/dbase/DTable.hxx')
-rw-r--r-- | connectivity/source/inc/dbase/DTable.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/connectivity/source/inc/dbase/DTable.hxx b/connectivity/source/inc/dbase/DTable.hxx index 682c660939e9..a231f7aef02d 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.12 $ + * $Revision: 1.13 $ * - * last change: $Author: fs $ $Date: 2000-12-11 08:42:48 $ + * last change: $Author: fs $ $Date: 2000-12-12 07:09:33 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -136,7 +136,6 @@ namespace connectivity DBFHeader m_aHeader; DBFMemoHeader m_aMemoHeader; SvStream* m_pMemoStream; - sal_Bool m_bWriteable; sal_Bool m_bWriteableMemo; sal_Bool m_bValid; // set to false when this isn't a correct dbase table |