diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2007-04-25 13:32:15 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2007-04-25 13:32:15 +0000 |
commit | e5ebc0e79028cf64f421d1397d209875e20c102e (patch) | |
tree | 23b754f192f5e6e6a526aedfd4f3c9cb89a058bf /connectivity/source/inc/dbase | |
parent | 052da3d7e5f902e628a2070dccbd18bc840e2a98 (diff) |
INTEGRATION: CWS sixtyfour11 (1.38.180); FILE MERGED
2007/02/23 14:47:49 kendy 1.38.180.1: #i74814#
Fix dbase files on 64bit.
Diffstat (limited to 'connectivity/source/inc/dbase')
-rw-r--r-- | connectivity/source/inc/dbase/DTable.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/inc/dbase/DTable.hxx b/connectivity/source/inc/dbase/DTable.hxx index 61cca05f18..7387f8cc50 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.38 $ + * $Revision: 1.39 $ * - * last change: $Author: vg $ $Date: 2006-03-16 12:17:23 $ + * last change: $Author: rt $ $Date: 2007-04-25 14:32:15 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -92,7 +92,7 @@ namespace connectivity struct DBFColumn { /* Feldbezeichner */ BYTE db_fnm[11]; /* Feldname */ BYTE db_typ; /* Feldtyp */ - ULONG db_adr; /* Feldadresse */ + UINT32 db_adr; /* Feldadresse */ BYTE db_flng; /* Feldlaenge */ BYTE db_dez; /* Dezimalstellen fuer N */ BYTE db_frei2[14]; /* reserviert */ |