Kaydet (Commit) 17f1e4ca authored tarafından Julien Nabet's avatar Julien Nabet

Fix consecutive breaks

Change-Id: I341e42bc784f2e9b87a8e30de7de8ff1dc4fe6ca
üst 45ee4f61
...@@ -552,8 +552,6 @@ void SetColorScaleEntry( ScColorScaleEntry* pEntry, const ListBox& rType, const ...@@ -552,8 +552,6 @@ void SetColorScaleEntry( ScColorScaleEntry* pEntry, const ListBox& rType, const
case COLORSCALE_MIN: case COLORSCALE_MIN:
case COLORSCALE_MAX: case COLORSCALE_MAX:
break; break;
break;
break;
case COLORSCALE_PERCENTILE: case COLORSCALE_PERCENTILE:
case COLORSCALE_VALUE: case COLORSCALE_VALUE:
case COLORSCALE_PERCENT: case COLORSCALE_PERCENT:
......
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