diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-07-07 12:39:53 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-07-07 12:39:53 +0000 |
commit | ff2eb1f915e438e50f5a314efc468018ac3cbc52 (patch) | |
tree | 1416064dd2035da9ecfe910b6bf36d5de14dd34a /sd/source/ui/view | |
parent | 474f1027fb85d2b2a04e3b710357b45f3e9b6916 (diff) |
INTEGRATION: CWS impress62 (1.19.170); FILE MERGED
2005/06/29 09:29:41 af 1.19.170.1: #i43497# Fixed starting an in-place slide show.
Diffstat (limited to 'sd/source/ui/view')
-rw-r--r-- | sd/source/ui/view/outlnvs2.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sd/source/ui/view/outlnvs2.cxx b/sd/source/ui/view/outlnvs2.cxx index 709570ec741c..4c3403a507d3 100644 --- a/sd/source/ui/view/outlnvs2.cxx +++ b/sd/source/ui/view/outlnvs2.cxx @@ -2,9 +2,9 @@ * * $RCSfile: outlnvs2.cxx,v $ * - * $Revision: 1.19 $ + * $Revision: 1.20 $ * - * last change: $Author: rt $ $Date: 2005-01-27 14:22:53 $ + * last change: $Author: obo $ $Date: 2005-07-07 13:39:53 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -397,6 +397,8 @@ void OutlineViewShell::FuTemporary(SfxRequest &rReq) // return to us (re-create us). GetViewShellBase().GetPaneManager().RequestMainViewShellChange( ViewShell::ST_IMPRESS); + GetViewFrame()->GetDispatcher()->Execute(nSId, + SFX_CALLMODE_ASYNCHRON | SFX_CALLMODE_RECORD); } rReq.Done(); |