From 93913ce2a71c66f57c9fe6a4b12c12ca6f7f473e Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 8 Dec 2014 14:56:44 +0000 Subject: 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 --- sc/source/core/data/dptabres.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sc') 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); } -- cgit