summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/drviewsa.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-11-17 14:14:48 +0000
committerOliver Bolte <obo@openoffice.org>2004-11-17 14:14:48 +0000
commitb4bce0503e3ed6bc514f6a46ea4dedfc4050ad24 (patch)
tree9452df94ac96776376215f853e7b7ad953cf8ed0 /sd/source/ui/view/drviewsa.cxx
parentcacbbba77b4a7174d385dc466f4283bb2cab8820 (diff)
INTEGRATION: CWS fwkp2fix02 (1.28.54); FILE MERGED
2004/11/03 16:19:48 mba 1.28.54.1: #i36146#: fixed closing of presentation frame
Diffstat (limited to 'sd/source/ui/view/drviewsa.cxx')
-rw-r--r--sd/source/ui/view/drviewsa.cxx12
1 files changed, 4 insertions, 8 deletions
diff --git a/sd/source/ui/view/drviewsa.cxx b/sd/source/ui/view/drviewsa.cxx
index 0941e84ac858..bb43c510133d 100644
--- a/sd/source/ui/view/drviewsa.cxx
+++ b/sd/source/ui/view/drviewsa.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: drviewsa.cxx,v $
*
- * $Revision: 1.29 $
+ * $Revision: 1.30 $
*
- * last change: $Author: obo $ $Date: 2004-11-16 16:16:54 $
+ * last change: $Author: obo $ $Date: 2004-11-17 15:14:48 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -321,12 +321,8 @@ DrawViewShell::~DrawViewShell()
EndListening (*GetDocSh());
- if (pFuSlideShow)
- {
- // SlideShow ggf. beenden
- GetViewFrame()->GetDispatcher()->Execute(SID_PRESENTATION_END,
- SFX_CALLMODE_SYNCHRON | SFX_CALLMODE_RECORD );
- }
+ if (pFuSlideShow != NULL)
+ StopSlideShow(false);
if (pFuActual)
{