diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2012-10-14 12:33:29 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2012-10-14 12:33:29 +0200 |
commit | 17f1e4ca172ca154aab83c74081cec5c20b532ad (patch) | |
tree | 44e6e916273a86b12cfd310ea1448ddffb7527be /sc | |
parent | 45ee4f61e16db5dddf6e4fed906900f8c475a81d (diff) |
Fix consecutive breaks
Change-Id: I341e42bc784f2e9b87a8e30de7de8ff1dc4fe6ca
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/condformat/condformatdlgentry.cxx | 2 |
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: |