diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-08-21 20:50:56 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-08-21 20:50:56 +0100 |
commit | 4f995babd1be94cb7cb71d84903c72ace4e90942 (patch) | |
tree | 0669ef02e56044b5e523668c4ad88df37d9fec56 /sc | |
parent | 0a5afd1bbbadeba1334c9dcb20d4721e167027fa (diff) |
coverity#1371336 what is triggering this false positive
Change-Id: Iea7577f06612cc172d9a83d95ed3294cc57bb22a
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/filter/lotus/lotfilter.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/lotus/lotfilter.hxx b/sc/source/filter/lotus/lotfilter.hxx index 94aad9117c0f..a62e9d3edf78 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; |