summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/slide/slideimpl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/engine/slide/slideimpl.cxx')
-rw-r--r--slideshow/source/engine/slide/slideimpl.cxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/slideshow/source/engine/slide/slideimpl.cxx b/slideshow/source/engine/slide/slideimpl.cxx
index e289ea6ce9d0..1894c7036501 100644
--- a/slideshow/source/engine/slide/slideimpl.cxx
+++ b/slideshow/source/engine/slide/slideimpl.cxx
@@ -68,7 +68,6 @@
using namespace ::com::sun::star;
-
namespace slideshow
{
namespace internal
@@ -285,9 +284,6 @@ private:
};
-
-
-
void slideRenderer( SlideImpl* pSlide, const UnoViewSharedPtr& rView )
{
// fully clear view content to background color
@@ -314,9 +310,6 @@ void slideRenderer( SlideImpl* pSlide, const UnoViewSharedPtr& rView )
}
-
-
-
SlideImpl::SlideImpl( const uno::Reference< drawing::XDrawPage >& xDrawPage,
const uno::Reference<drawing::XDrawPagesSupplier>& xDrawPages,
const uno::Reference< animations::XAnimationNode >& xRootNode,
@@ -442,7 +435,6 @@ void SlideImpl::show( bool bSlideBackgoundPainted )
mpShapeManager->activate( true );
-
// render slide to screen, if requested
if( !bSlideBackgoundPainted )
{
@@ -453,7 +445,6 @@ void SlideImpl::show( bool bSlideBackgoundPainted )
}
-
// fire up animations
const bool bIsAnimated( isAnimated() );
if( bIsAnimated )
@@ -494,18 +485,15 @@ void SlideImpl::hide()
return; // already hidden/disposed
-
// from now on, all animations are stopped
meAnimationState = FINAL_STATE;
-
// disable user paint overlay under all circumstances,
// this slide now ceases to be active.
deactivatePaintOverlay();
-
// switch off all shape-intrinsic animations.
endIntrinsicAnimations();
@@ -513,7 +501,6 @@ void SlideImpl::hide()
maAnimations.end();
-
// disable shape management & event broadcasting for shapes of this
// slide. Also disables LayerManager.
mpShapeManager->deactivate();
@@ -603,7 +590,6 @@ SlideBitmapSharedPtr SlideImpl::getCurrentSlideBitmap( const UnoViewSharedPtr& r
// private methods
-
void SlideImpl::viewAdded( const UnoViewSharedPtr& rView )
{
maSlideBitmaps.push_back(