summaryrefslogtreecommitdiff
path: root/sc/source/core/data/dptabres.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/data/dptabres.cxx')
-rw-r--r--sc/source/core/data/dptabres.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/data/dptabres.cxx b/sc/source/core/data/dptabres.cxx
index 4a660c04dfaa..6ef0348b323c 100644
--- a/sc/source/core/data/dptabres.cxx
+++ b/sc/source/core/data/dptabres.cxx
@@ -1383,7 +1383,7 @@ void ScDPResultMember::FillMemberResults(
}
ScDPItemData::Type eType = aItemData.GetType();
- bIsNumeric = eType == ScDPItemData::Value || ScDPItemData::GroupValue;
+ bIsNumeric = eType == ScDPItemData::Value || eType == ScDPItemData::GroupValue;
}
const ScDPDimension* pParentDim = GetParentDim();