summaryrefslogtreecommitdiff
path: root/slideshow/source/engine
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/engine')
-rw-r--r--slideshow/source/engine/rehearsetimingsactivity.cxx6
-rw-r--r--slideshow/source/engine/shapes/gdimtftools.cxx3
2 files changed, 4 insertions, 5 deletions
diff --git a/slideshow/source/engine/rehearsetimingsactivity.cxx b/slideshow/source/engine/rehearsetimingsactivity.cxx
index 573507cc0091..10dbeb776502 100644
--- a/slideshow/source/engine/rehearsetimingsactivity.cxx
+++ b/slideshow/source/engine/rehearsetimingsactivity.cxx
@@ -441,9 +441,9 @@ void RehearseTimingsActivity::paint( cppcanvas::CanvasSharedPtr const & canvas )
blackHole->EnableOutput(false);
blackHole->SetMapMode(MapMode(MapUnit::MapPixel));
blackHole->SetFont( maFont );
- tools::Rectangle rect = tools::Rectangle( 0,0,
- maSpriteSizePixel.getX(),
- maSpriteSizePixel.getY());
+ tools::Rectangle rect( 0,0,
+ maSpriteSizePixel.getX(),
+ maSpriteSizePixel.getY());
if (mbDrawPressed)
{
blackHole->SetTextColor( COL_BLACK );
diff --git a/slideshow/source/engine/shapes/gdimtftools.cxx b/slideshow/source/engine/shapes/gdimtftools.cxx
index 6a535b1e9777..34ac585f165a 100644
--- a/slideshow/source/engine/shapes/gdimtftools.cxx
+++ b/slideshow/source/engine/shapes/gdimtftools.cxx
@@ -312,8 +312,7 @@ bool getAnimationFromGraphic( VectorOfMtfAnimationFrames& o_rFrames,
}
else
{
- BitmapEx aTmpMask = BitmapEx(aMask,
- aMask);
+ BitmapEx aTmpMask(aMask, aMask);
pVDevMask->DrawBitmapEx(rAnimationBitmap.maPositionPixel,
aTmpMask );
}