summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/data/dptabres.cxx3
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);
}