connectivity/source/inc/dbase/DTable.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
New commits: commit d391c6acfee41da82b32fc175d71d04fd0beb4f9 Author: Julien Nabet <[email protected]> Date: Tue Jun 13 23:15:14 2017 +0200 dBASE: typo + remove useless comment from previous commit Change-Id: Icb16bc4eaf06bd1abc41d5c4109e66c914fb9e71 Reviewed-on: https://gerrit.libreoffice.org/38754 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Julien Nabet <[email protected]> diff --git a/connectivity/source/inc/dbase/DTable.hxx b/connectivity/source/inc/dbase/DTable.hxx index ce6d06835f69..ead441308dfa 100644 --- a/connectivity/source/inc/dbase/DTable.hxx +++ b/connectivity/source/inc/dbase/DTable.hxx @@ -57,12 +57,12 @@ namespace connectivity private: // sources: https://www.clicketyclick.dk/databases/xbase/format/dbf.html (dBASE III and 5) // http://www.dbase.com/KnowledgeBase/int/db7_file_fmt.htm (dBASE 7) which is similar at least for this part - struct DBFHeader { /* Header struct */ - DBFType m_type; // dBase/xBase type, see DBFType + struct DBFHeader { + DBFType m_type; // dBASE/xBASE type, see DBFType sal_uInt8 m_dateElems[3]; // Date of last change (YYMMDD) sal_uInt32 m_nbRecords; // Number of records sal_uInt16 m_headerLength; - sal_uInt16 m_recordLength; // lenght of 1 record + sal_uInt16 m_recordLength; // length of 1 record sal_uInt8 m_reserved1[2]; // should be filled with 0 sal_uInt8 m_incompTransact; // Incomplete transaction (dBASE IV): // 00h Transaction ended (or rolled back) _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
