summaryrefslogtreecommitdiff
path: root/slideshow/source
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source')
-rw-r--r--slideshow/source/engine/shapes/viewmediashape.cxx4
-rw-r--r--slideshow/source/engine/transitions/slidetransitionfactory.cxx2
2 files changed, 3 insertions, 3 deletions
diff --git a/slideshow/source/engine/shapes/viewmediashape.cxx b/slideshow/source/engine/shapes/viewmediashape.cxx
index 5957cf6bf097..f13e883ca9f6 100644
--- a/slideshow/source/engine/shapes/viewmediashape.cxx
+++ b/slideshow/source/engine/shapes/viewmediashape.cxx
@@ -188,7 +188,7 @@ namespace slideshow
bool ViewMediaShape::render( const ::basegfx::B2DRectangle& rBounds ) const
{
- ::cppcanvas::CanvasSharedPtr pCanvas = mpViewLayer->getCanvas();;
+ ::cppcanvas::CanvasSharedPtr pCanvas = mpViewLayer->getCanvas();
if( !pCanvas )
return false;
@@ -208,7 +208,7 @@ namespace slideshow
{
maBounds = rNewBounds;
- ::cppcanvas::CanvasSharedPtr pCanvas = mpViewLayer->getCanvas();;
+ ::cppcanvas::CanvasSharedPtr pCanvas = mpViewLayer->getCanvas();
if( !pCanvas )
return false;
diff --git a/slideshow/source/engine/transitions/slidetransitionfactory.cxx b/slideshow/source/engine/transitions/slidetransitionfactory.cxx
index 11d21e699e62..afe3a956dd3a 100644
--- a/slideshow/source/engine/transitions/slidetransitionfactory.cxx
+++ b/slideshow/source/engine/transitions/slidetransitionfactory.cxx
@@ -115,7 +115,7 @@ class PluginSlideChange: public SlideChangeBase
~TransitionViewPair()
{
mxTransition.clear();
- mpView.reset();;
+ mpView.reset();
}
void update( double t )