diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-03-06 13:08:51 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-03-07 07:10:22 +0100 |
commit | 26a016be816826c80fc914a927758a814f29136c (patch) | |
tree | a9737eb927d6d23264ed818ba2d1c2d79dac4307 /slideshow | |
parent | 9a97b9c051735afb3797888d111f1b6b2cab1a83 (diff) |
use more Color in sfx2..svtools
Change-Id: Idd951841ce7e9c4b4e5229bc24efe5c7b8042617
Reviewed-on: https://gerrit.libreoffice.org/50817
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
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); } |