lotuswordpro/source/filter/tocread.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 18b290370da6d3256eb027985345781e42889397
Author: Caolán McNamara <caol...@redhat.com>
Date:   Sun Jan 25 14:00:38 2015 +0000

    coverity#1266516 Useless call
    
    Change-Id: Icbf0e6ff8bad7e83c596f4e18003a06ba361b5eb

diff --git a/lotuswordpro/source/filter/tocread.cxx 
b/lotuswordpro/source/filter/tocread.cxx
index fe45eb0..135281a 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);
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to