summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/dbase/DTable.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-03-16 11:17:23 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-03-16 11:17:23 +0000
commit2760883f882500288c9b2ce9d9811dc3dc6e345a (patch)
treef2b101f3fffe837f44878ac07a837f9217a26f4e /connectivity/source/inc/dbase/DTable.hxx
parent8044fb56b3241386688a59a31f4c6c1de952556f (diff)
INTEGRATION: CWS sixtyfour02 (1.37.28); FILE MERGED
2006/02/22 10:39:43 cmc 1.37.28.1: #i62322# fix longs being streamed to disk
Diffstat (limited to 'connectivity/source/inc/dbase/DTable.hxx')
-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 407ba40bbaca..c3fd2ad771bc 100644
--- a/connectivity/source/inc/dbase/DTable.hxx
+++ b/connectivity/source/inc/dbase/DTable.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: DTable.hxx,v $
*
- * $Revision: 1.37 $
+ * $Revision: 1.38 $
*
- * last change: $Author: obo $ $Date: 2006-01-19 17:18:50 $
+ * last change: $Author: vg $ $Date: 2006-03-16 12:17:23 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -84,7 +84,7 @@ namespace connectivity
DBFType db_typ; /* Dateityp */
BYTE db_aedat[3]; /* Datum der letzen Aenderung */
/* JJ MM TT */
- ULONG db_anz; /* Anzahl der Saetze */
+ sal_uInt32 db_anz; /* Anzahl der Saetze */
USHORT db_kopf; /* laenge Kopfsatz-Struktur */
USHORT db_slng; /* laenge der Daten-Saetze */
BYTE db_frei[20]; /* reserviert */