diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2020-03-29 19:39:13 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-03-30 09:13:37 +0200 |
commit | 781ed42935e5250ca7bf2d51b2cce52cdb2836b8 (patch) | |
tree | f0575b8ae0d392aef2ebc7c28380de74256f1f5e /basegfx | |
parent | 79b13b4d50549820684549ef77b2ec1c4def5b03 (diff) |
OSL_ASSERT->assert in basegfx
Change-Id: I7ff49d327e435e2d6ea5f8bdcf7ce8d5302eea1a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91332
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
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 |