diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-10-06 15:06:04 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-10-06 15:31:17 +0200 |
commit | 7b9b559035e515d06c19adcc5012c718782f9134 (patch) | |
tree | 0b17c615468f1abb4ba95e78d20985610e04ac7d /chart2 | |
parent | 338ef54e40cdf40e43ec08e3b8bb384e78e016bf (diff) |
clang-analyzer-deadcode.DeadStores
Change-Id: I09d518a81b392bef444d7e01aa08ce30a2aee984
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/tools/ThreeDHelper.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chart2/source/tools/ThreeDHelper.cxx b/chart2/source/tools/ThreeDHelper.cxx index 4bb69d3c783f..ba0c37784178 100644 --- a/chart2/source/tools/ThreeDHelper.cxx +++ b/chart2/source/tools/ThreeDHelper.cxx @@ -1372,7 +1372,6 @@ void ThreeDHelper::getRoundedEdgesAndObjectLines( , aPercentDiagonalPropertyName, uno::makeAny( static_cast< sal_Int16 >(rnRoundedEdges) ) ) ) { bDifferentRoundedEdges = true; - nCurrentRoundedEdges = -1; } } |