diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-07-13 18:19:48 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-07-14 08:09:52 +0200 |
commit | 1a945712f6d5ce0cb31c6eff5892d6d33475976b (patch) | |
tree | 35d16e253ab61a4adcf38e87b01b6998768323c9 /basegfx/source | |
parent | 0bd582834b46dbbc5037310d45bac8885e6f2a07 (diff) |
Revert "Avoid loplugin:staticmethods in non-debug build"
This reverts commit d0ba487bae3a0f6d1fcb9af13397c85e70ad8e1b, obsoleted by
cbce40e965acef51822b31d73da5fbc271fbcad0 "Make content of OSL_ASSERT,
DBG_ASSERT, etc. visiblie in non-debug builds."
Diffstat (limited to 'basegfx/source')
-rw-r--r-- | basegfx/source/range/b2drangeclipper.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/basegfx/source/range/b2drangeclipper.cxx b/basegfx/source/range/b2drangeclipper.cxx index 0f58395c5b34..d39c33cc7239 100644 --- a/basegfx/source/range/b2drangeclipper.cxx +++ b/basegfx/source/range/b2drangeclipper.cxx @@ -370,7 +370,6 @@ namespace basegfx OSL_ENSURE( isSweepLineEnteringRect || mpLeadingRightEdge == &rActiveEdge, "ImplPolygon::intersect(): sweep initial own edge hit: wrong leading edge" ); - (void) this; // avoid loplugin:staticmethods } void handleFinalOwnRightEdge(ActiveEdge& rActiveEdge) |