Kaydet (Commit) 4c5fd7a2 authored tarafından Julien Nabet's avatar Julien Nabet

Fix : statement following break will never be executed

üst 305cfc11
...@@ -2526,8 +2526,6 @@ ScDPMember* ScDPMembers::getByIndex(long nIndex) const ...@@ -2526,8 +2526,6 @@ ScDPMember* ScDPMembers::getByIndex(long nIndex) const
break; break;
case SC_DAPI_LEVEL_DAY: case SC_DAPI_LEVEL_DAY:
nGroupBy = sheet::DataPilotFieldGroupBy::DAYS; nGroupBy = sheet::DataPilotFieldGroupBy::DAYS;
break;
nGroupBy = sheet::DataPilotFieldGroupBy::YEARS;
break; break;
default: default:
; ;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment