From 94d92d00fa756ecb1865e56110ceca920fbaa8ac Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 2 Jun 2015 15:57:32 +0200 Subject: convert basegfx::FillRule to scoped enum and drop unused NONZERO_WINDING_NUMBER value Change-Id: If2a8f01934796eaf9a343113387b775fd169ccb9 --- basebmp/source/bitmapdevice.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'basebmp') 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 ) { -- cgit