From a881fd7e66294ada222e1d618a7d47a0549a2342 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 1 Sep 2016 15:48:15 +0200 Subject: convert RasterOp to scoped enum Change-Id: I136423c105316c9b5b18e64d04a248fd7ac5590b --- vcl/source/outdev/transparent.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl/source/outdev/transparent.cxx') diff --git a/vcl/source/outdev/transparent.cxx b/vcl/source/outdev/transparent.cxx index c8cfebd522c7..ace38d6f944d 100644 --- a/vcl/source/outdev/transparent.cxx +++ b/vcl/source/outdev/transparent.cxx @@ -234,7 +234,7 @@ void OutputDevice::DrawTransparent( const basegfx::B2DPolyPolygon& rB2DPolyPoly, if((mnAntialiasing & AntialiasingFlags::EnableB2dDraw) && mpGraphics->supportsOperation(OutDevSupportType::B2DDraw) && - (ROP_OVERPAINT == GetRasterOp()) ) + (RasterOp::OverPaint == GetRasterOp()) ) { // b2dpolygon support not implemented yet on non-UNX platforms const basegfx::B2DHomMatrix aTransform = ImplGetDeviceTransformation(); -- cgit