summaryrefslogtreecommitdiff
path: root/lotuswordpro
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro')
-rw-r--r--lotuswordpro/source/filter/tocread.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/tocread.cxx b/lotuswordpro/source/filter/tocread.cxx
index fe45eb07c3ac..135281abcde7 100644
--- a/lotuswordpro/source/filter/tocread.cxx
+++ b/lotuswordpro/source/filter/tocread.cxx
@@ -124,7 +124,7 @@ CBenTOCReader::ReadLabel(unsigned long * pTOCOffset, unsigned long * pTOCSize)
return BenErr_UnknownBentoFormatVersion;
pCurrLabel += 2;
- UtGetIntelWord(pCurrLabel); pCurrLabel += 2; // Minor version
+ pCurrLabel += 2; // Minor version
*pTOCOffset = UtGetIntelDWord(pCurrLabel); pCurrLabel += 4;
*pTOCSize = UtGetIntelDWord(pCurrLabel);