diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-08-14 16:18:46 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-08-14 16:19:04 +0200 |
commit | 480dc0740cf5112b595902dc44d5640899c40d85 (patch) | |
tree | 622b20f09a7b8c219908f7123eae8a68527e98b1 /sc/source/core | |
parent | 9a3d8ed28dc44743b6715cd8bac39b55762cba11 (diff) |
warning C4702: unreachable code
Change-Id: I02e6f646ee5deb278f4193185ffac8835efadc5c
Diffstat (limited to 'sc/source/core')
-rw-r--r-- | sc/source/core/data/colorscale.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/source/core/data/colorscale.cxx b/sc/source/core/data/colorscale.cxx index ae592f41e896..1303e0165096 100644 --- a/sc/source/core/data/colorscale.cxx +++ b/sc/source/core/data/colorscale.cxx @@ -656,8 +656,6 @@ bool NeedUpdate(ScColorScaleEntry* pEntry) default: return false; } - - return false; } } |