diff --git a/filter/source/graphicfilter/icgm/actimpr.cxx b/filter/source/graphicfilter/icgm/actimpr.cxx index 12d8f9867bc5..7c57223477fd 100644 --- a/filter/source/graphicfilter/icgm/actimpr.cxx +++ b/filter/source/graphicfilter/icgm/actimpr.cxx @@ -321,10 +321,7 @@ void CGMImpressOutAct::ImplSetFillBundle() { drawing::Hatch aHatch; - if ( mpCGM->pElement->nAspectSourceFlags & ASF_LINECOLOR ) - aHatch.Color = nFillColor; - else - aHatch.Color = nFillColor; + aHatch.Color = nFillColor; if ( mpCGM->pElement->maHatchMap.find( nHatchIndex ) != mpCGM->pElement->maHatchMap.end() ) { HatchEntry& rHatchEntry = mpCGM->pElement->maHatchMap[ nHatchIndex ];