[Libreoffice-commits] core.git: sc/source

Caolán McNamara caolanm at redhat.com
Sun Aug 21 19:52:17 UTC 2016


 sc/source/filter/lotus/lotfilter.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4f995babd1be94cb7cb71d84903c72ace4e90942
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Sun Aug 21 20:50:56 2016 +0100

    coverity#1371336 what is triggering this false positive
    
    Change-Id: Iea7577f06612cc172d9a83d95ed3294cc57bb22a

diff --git a/sc/source/filter/lotus/lotfilter.hxx b/sc/source/filter/lotus/lotfilter.hxx
index 94aad91..a62e9d3 100644
--- a/sc/source/filter/lotus/lotfilter.hxx
+++ b/sc/source/filter/lotus/lotfilter.hxx
@@ -39,7 +39,7 @@ struct LotusContext
     rtl_TextEncoding eCharVon;
     ScDocument*      pDoc;          // pointer to access document
     static OPCODE_FKT pOpFkt[ FKT_LIMIT ];
-    static OPCODE_FKT pOpFkt123[ FKT_LIMIT123 ]; // -> optab.cxx, table of possible Opcodes
+    static OPCODE_FKT pOpFkt123[ FKT_LIMIT123 ]; // -> optab.cxx; table of possible Opcodes
     LOTUS_ROOT*      pLotusRoot;
     std::map<sal_uInt16, ScPatternAttr> aLotusPatternPool;
 


More information about the Libreoffice-commits mailing list