summaryrefslogtreecommitdiff
path: root/sc/source/core
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-08-14 16:18:46 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-08-14 16:19:04 +0200
commit480dc0740cf5112b595902dc44d5640899c40d85 (patch)
tree622b20f09a7b8c219908f7123eae8a68527e98b1 /sc/source/core
parent9a3d8ed28dc44743b6715cd8bac39b55762cba11 (diff)
warning C4702: unreachable code
Change-Id: I02e6f646ee5deb278f4193185ffac8835efadc5c
Diffstat (limited to 'sc/source/core')
-rw-r--r--sc/source/core/data/colorscale.cxx2
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;
}
}