From 6fdcfcc10dd6d46bc3c954d0a18a39161f04a221 Mon Sep 17 00:00:00 2001 From: Katarina Machalkova Date: Wed, 13 Oct 2010 18:03:02 +0200 Subject: Merged pptx-autoplay-fix.diff from ooo-build --- sd/source/ui/view/ViewShellBase.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'sd/source/ui/view') diff --git a/sd/source/ui/view/ViewShellBase.cxx b/sd/source/ui/view/ViewShellBase.cxx index ee32592d2c1c..9fdcdff78a0b 100644 --- a/sd/source/ui/view/ViewShellBase.cxx +++ b/sd/source/ui/view/ViewShellBase.cxx @@ -488,7 +488,6 @@ void ViewShellBase::Notify(SfxBroadcaster& rBC, const SfxHint& rHint) { if( GetViewFrame() ) { - GetDocument()->SetStartWithPresentation( false ); GetViewFrame()->GetDispatcher()->Execute( SID_PRESENTATION, SFX_CALLMODE_ASYNCHRON ); } -- cgit