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 --- slideshow/source/engine/shapes/gdimtftools.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'slideshow') diff --git a/slideshow/source/engine/shapes/gdimtftools.cxx b/slideshow/source/engine/shapes/gdimtftools.cxx index e47d1bdf2818..6cd569e37aa1 100644 --- a/slideshow/source/engine/shapes/gdimtftools.cxx +++ b/slideshow/source/engine/shapes/gdimtftools.cxx @@ -81,7 +81,7 @@ bool hasUnsupportedActions( const GDIMetaFile& rMtf ) { case MetaActionType::RASTEROP: // overpaint is okay - that's the default, anyway - if( ROP_OVERPAINT == + if( RasterOp::OverPaint == static_cast(pCurrAct)->GetRasterOp() ) { break; -- cgit