From 46d3eae45e7b9d5a4f989ec36bb6a07c2c676f88 Mon Sep 17 00:00:00 2001 From: Sascha Ballach Date: Thu, 12 Sep 2002 07:17:12 +0000 Subject: #102785#; finish input before switching to PagePreview --- sc/source/ui/view/tabvwsh3.cxx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'sc/source/ui/view/tabvwsh3.cxx') diff --git a/sc/source/ui/view/tabvwsh3.cxx b/sc/source/ui/view/tabvwsh3.cxx index 2556d31d1b69..0c7a23946141 100644 --- a/sc/source/ui/view/tabvwsh3.cxx +++ b/sc/source/ui/view/tabvwsh3.cxx @@ -2,9 +2,9 @@ * * $RCSfile: tabvwsh3.cxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: mba $ $Date: 2002-08-29 14:21:20 $ + * last change: $Author: sab $ $Date: 2002-09-12 08:17:12 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -483,6 +483,9 @@ void ScTabViewShell::Execute( SfxRequest& rReq ) // -> always switch this frame back to normal view // (ScPreviewShell ctor reads view data) + // #102785#; finish input + pScMod->InputEnterHandler(); + pThisFrame->GetDispatcher()->Execute( SID_VIEWSHELL1, SFX_CALLMODE_ASYNCHRON ); } // else Fehler (z.B. Ole) -- cgit