summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2012-10-14 12:33:29 +0200
committerJulien Nabet <serval2412@yahoo.fr>2012-10-14 12:33:29 +0200
commit17f1e4ca172ca154aab83c74081cec5c20b532ad (patch)
tree44e6e916273a86b12cfd310ea1448ddffb7527be /sc
parent45ee4f61e16db5dddf6e4fed906900f8c475a81d (diff)
Fix consecutive breaks
Change-Id: I341e42bc784f2e9b87a8e30de7de8ff1dc4fe6ca
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/condformat/condformatdlgentry.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/source/ui/condformat/condformatdlgentry.cxx b/sc/source/ui/condformat/condformatdlgentry.cxx
index 58f59bb18940..1588bc4b71d6 100644
--- a/sc/source/ui/condformat/condformatdlgentry.cxx
+++ b/sc/source/ui/condformat/condformatdlgentry.cxx
@@ -552,8 +552,6 @@ void SetColorScaleEntry( ScColorScaleEntry* pEntry, const ListBox& rType, const
case COLORSCALE_MIN:
case COLORSCALE_MAX:
break;
- break;
- break;
case COLORSCALE_PERCENTILE:
case COLORSCALE_VALUE:
case COLORSCALE_PERCENT: