| author | Stephan Bergmann <sbergman@redhat.com> | 2012-08-14 14:18:46 (GMT) |
|---|---|---|
| committer | Stephan Bergmann <sbergman@redhat.com> | 2012-08-14 14:19:04 (GMT) |
| commit | 480dc0740cf5112b595902dc44d5640899c40d85 (patch) (side-by-side diff) | |
| tree | 622b20f09a7b8c219908f7123eae8a68527e98b1 | |
| parent | 9a3d8ed28dc44743b6715cd8bac39b55762cba11 (diff) | |
| download | core-480dc0740cf5112b595902dc44d5640899c40d85.zip core-480dc0740cf5112b595902dc44d5640899c40d85.tar.gz | |
warning C4702: unreachable code
Change-Id: I02e6f646ee5deb278f4193185ffac8835efadc5c
| -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 ae592f4..1303e01 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; } } |
