diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-07-02 22:28:09 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-07-02 22:28:09 +0200 |
commit | 9324834aa43e45b418f21e8a794aca05747e2bbb (patch) | |
tree | 2da88bd84d2cd0ec23bc9853b985631d6f7eb817 /tools/source/generic | |
parent | 18d7548714022cd5f9486ca629561ab106b5992f (diff) |
loplugin:casttovoid: tools
Change-Id: Ifc36465542d5ee25d30b92b8499dac7594c71bc2
Diffstat (limited to 'tools/source/generic')
-rw-r--r-- | tools/source/generic/poly.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/source/generic/poly.cxx b/tools/source/generic/poly.cxx index f239215bba68..d8e4640e3f65 100644 --- a/tools/source/generic/poly.cxx +++ b/tools/source/generic/poly.cxx @@ -1748,7 +1748,6 @@ basegfx::B2DPolygon Polygon::getB2DPolygon() const // assert invalid polygons OSL_ENSURE(bControlA == bControlB, "Polygon::getB2DPolygon: Invalid source polygon (!)"); - (void)bControlB; if(a < nCount) { |