summaryrefslogtreecommitdiff
path: root/basebmp
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-06-02 15:57:32 +0200
committerNoel Grandin <noel@peralex.com>2015-06-04 08:30:24 +0200
commit94d92d00fa756ecb1865e56110ceca920fbaa8ac (patch)
treed040d2d0616547fa12d0d3332ee6eff6b6ea2e7f /basebmp
parentd4917e99709e16c3ad8178ba47c6e1c656071082 (diff)
convert basegfx::FillRule to scoped enum
and drop unused NONZERO_WINDING_NUMBER value Change-Id: If2a8f01934796eaf9a343113387b775fd169ccb9
Diffstat (limited to 'basebmp')
-rw-r--r--basebmp/source/bitmapdevice.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basebmp/source/bitmapdevice.cxx b/basebmp/source/bitmapdevice.cxx
index 1fa27edae0fa..c31cd579c089 100644
--- a/basebmp/source/bitmapdevice.cxx
+++ b/basebmp/source/bitmapdevice.cxx
@@ -669,7 +669,7 @@ namespace
col),
rBounds,
aPoly,
- basegfx::FillRule_EVEN_ODD );
+ basegfx::FillRule::EvenOdd );
if( mpDamage )
{