diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-12-08 14:56:44 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-12-08 16:24:27 +0000 |
commit | 93913ce2a71c66f57c9fe6a4b12c12ca6f7f473e (patch) | |
tree | aabfb792f6e51854db0ee39c34374738d2dc8633 /sc | |
parent | ad56f8de7b927cc32c2d67ffb13268c2a0b564c4 (diff) |
coverity#735379 annotate to dismiss Copy-paste error
on the basis that it doesn't look obviously wrong to the original author after
a once-over
Change-Id: If333a17a2a9954d33ebefc6846e40e0e1e29c857
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/core/data/dptabres.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/source/core/data/dptabres.cxx b/sc/source/core/data/dptabres.cxx index 818da533f0f5..e953e481a7c6 100644 --- a/sc/source/core/data/dptabres.cxx +++ b/sc/source/core/data/dptabres.cxx @@ -2698,7 +2698,8 @@ bool ScDPGroupCompare::TestIncluded( const ScDPMember& rMember ) { if (pResultData->GetGroupBase(it->mnSrcIndex) == nGroupBase) { - // same base (hierarchy between the two groups is irrelevant) + // coverity[copy_paste_error] - same base (hierarchy between + // the two groups is irrelevant) bInclude = pResultData->HasCommonElement( it->mnNameIndex, it->mnSrcIndex, aMemberData, nDimSource); } |