summaryrefslogtreecommitdiffstats
path: root/basegfx/source/polygon/b2dsvgpolypolygon.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-10-05 09:54:11 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-10-05 09:54:11 +0200
commitcc8736ae602014297a594677a857cb2d789142ad (patch)
treeee87b560b3255bb8a400effa0b7ba706a03f0adc /basegfx/source/polygon/b2dsvgpolypolygon.cxx
parentclang-analyzer-deadcode.DeadStores (diff)
downloadcore-cc8736ae602014297a594677a857cb2d789142ad.tar.gz
core-cc8736ae602014297a594677a857cb2d789142ad.zip
clang-analyzer-deadcode.DeadStores
Change-Id: Id2d7c2aa0ba1783710a141bd910af785ecf81f8a
Diffstat (limited to 'basegfx/source/polygon/b2dsvgpolypolygon.cxx')
-rw-r--r--basegfx/source/polygon/b2dsvgpolypolygon.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/basegfx/source/polygon/b2dsvgpolypolygon.cxx b/basegfx/source/polygon/b2dsvgpolypolygon.cxx
index 3ba94235c2a7..25773e7fac40 100644
--- a/basegfx/source/polygon/b2dsvgpolypolygon.cxx
+++ b/basegfx/source/polygon/b2dsvgpolypolygon.cxx
@@ -784,7 +784,6 @@ namespace basegfx
if(aLastSVGCommand != aCommand)
{
aResult.append(aCommand);
- aLastSVGCommand = aCommand;
}
basegfx::internal::putNumberCharWithSpace(aResult, aEdgeEnd.getX(), aCurrentSVGPosition.getX(), bUseRelativeCoordinates);
@@ -799,7 +798,6 @@ namespace basegfx
if(aLastSVGCommand != aCommand)
{
aResult.append(aCommand);
- aLastSVGCommand = aCommand;
}
basegfx::internal::putNumberCharWithSpace(aResult, aLeft.getX(), aCurrentSVGPosition.getX(), bUseRelativeCoordinates);
@@ -820,7 +818,6 @@ namespace basegfx
if(aLastSVGCommand != aCommand)
{
aResult.append(aCommand);
- aLastSVGCommand = aCommand;
}
basegfx::internal::putNumberCharWithSpace(aResult, aControlEdgeEnd.getX(), aCurrentSVGPosition.getX(), bUseRelativeCoordinates);
@@ -837,7 +834,6 @@ namespace basegfx
if(aLastSVGCommand != aCommand)
{
aResult.append(aCommand);
- aLastSVGCommand = aCommand;
}
basegfx::internal::putNumberCharWithSpace(aResult, aControlEdgeStart.getX(), aCurrentSVGPosition.getX(), bUseRelativeCoordinates);