summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sc/source/core/data/dptabsrc.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/source/core/data/dptabsrc.cxx b/sc/source/core/data/dptabsrc.cxx
index 3d41f868a04a..65d70c739eff 100644
--- a/sc/source/core/data/dptabsrc.cxx
+++ b/sc/source/core/data/dptabsrc.cxx
@@ -2527,8 +2527,6 @@ ScDPMember* ScDPMembers::getByIndex(long nIndex) const
case SC_DAPI_LEVEL_DAY:
nGroupBy = sheet::DataPilotFieldGroupBy::DAYS;
break;
- nGroupBy = sheet::DataPilotFieldGroupBy::YEARS;
- break;
default:
;
}