diff options
Diffstat (limited to 'slideshow')
-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 de099219e11b..2c0b741d1884 100644 --- a/slideshow/source/engine/shapes/gdimtftools.cxx +++ b/slideshow/source/engine/shapes/gdimtftools.cxx @@ -332,7 +332,7 @@ bool getAnimationFromGraphic( VectorOfMtfAnimationFrames& o_rFrames, if(aMask.IsEmpty()) { const tools::Rectangle aRect(rAnimBmp.aPosPix, aContent.GetSizePixel()); - pVDevMask->SetFillColor(COL_BLACK); + pVDevMask->SetFillColor( COL_BLACK); pVDevMask->SetLineColor(); pVDevMask->DrawRect(aRect); } |