diff options
Diffstat (limited to 'slideshow/source/engine/shapes/gdimtftools.cxx')
-rw-r--r-- | slideshow/source/engine/shapes/gdimtftools.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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<MetaRasterOpAction*>(pCurrAct)->GetRasterOp() ) { break; |