diff options
Diffstat (limited to 'basegfx')
-rw-r--r-- | basegfx/source/range/b2drangeclipper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basegfx/source/range/b2drangeclipper.cxx b/basegfx/source/range/b2drangeclipper.cxx index 796551832dc3..3fe16599c290 100644 --- a/basegfx/source/range/b2drangeclipper.cxx +++ b/basegfx/source/range/b2drangeclipper.cxx @@ -725,7 +725,7 @@ namespace basegfx if( nCurrPolyIdx == -1 ) nCurrPolyIdx=first->getTargetPolygonIndex(); - OSL_ASSERT(nCurrPolyIdx != -1); + assert(nCurrPolyIdx != -1); // second encounter of my rect -> second edge // encountered, done |