diff options
Diffstat (limited to 'emfio/source/reader/mtftools.cxx')
-rw-r--r-- | emfio/source/reader/mtftools.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emfio/source/reader/mtftools.cxx b/emfio/source/reader/mtftools.cxx index 24222eb2d0fe..fc37c8c6ac9a 100644 --- a/emfio/source/reader/mtftools.cxx +++ b/emfio/source/reader/mtftools.cxx @@ -908,7 +908,7 @@ namespace emfio mpGDIMetaFile->AddAction( new MetaRasterOpAction( RasterOp::OverPaint ) ); } - MtfTools::~MtfTools() + MtfTools::~MtfTools() COVERITY_NOEXCEPT_FALSE { mpGDIMetaFile->AddAction( new MetaPopAction() ); mpGDIMetaFile->SetPrefMapMode(MapMode(MapUnit::Map100thMM)); |