summaryrefslogtreecommitdiff
path: root/sd/source/ui/view
diff options
context:
space:
mode:
authorKatarina Machalkova <kmachalkova@suse.cz>2010-10-13 18:03:02 +0200
committerKatarina Machalkova <kmachalkova@suse.cz>2010-10-13 19:57:59 +0200
commit6fdcfcc10dd6d46bc3c954d0a18a39161f04a221 (patch)
tree6f2c594df74205ed241bf3ddf34a9741833856bb /sd/source/ui/view
parent80b08615105490fb3a8b9790f932d1f1a1ae2bce (diff)
Merged pptx-autoplay-fix.diff from ooo-build
Diffstat (limited to 'sd/source/ui/view')
-rw-r--r--sd/source/ui/view/ViewShellBase.cxx1
1 files changed, 0 insertions, 1 deletions
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 );
}