summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-08-21 20:50:56 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-08-21 20:50:56 +0100
commit4f995babd1be94cb7cb71d84903c72ace4e90942 (patch)
tree0669ef02e56044b5e523668c4ad88df37d9fec56 /sc
parent0a5afd1bbbadeba1334c9dcb20d4721e167027fa (diff)
coverity#1371336 what is triggering this false positive
Change-Id: Iea7577f06612cc172d9a83d95ed3294cc57bb22a
Diffstat (limited to 'sc')
-rw-r--r--sc/source/filter/lotus/lotfilter.hxx2
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;