diff options
author | Sascha Ballach <sab@openoffice.org> | 2002-09-12 07:17:12 +0000 |
---|---|---|
committer | Sascha Ballach <sab@openoffice.org> | 2002-09-12 07:17:12 +0000 |
commit | 46d3eae45e7b9d5a4f989ec36bb6a07c2c676f88 (patch) | |
tree | 07696dadda13721925b67796bd8dd5e23a0d4c4a /sc/source/ui/view/tabvwsh3.cxx | |
parent | 2ae039d2cb56742446694fc1d3026d613680095c (diff) |
#102785#; finish input before switching to PagePreview
Diffstat (limited to 'sc/source/ui/view/tabvwsh3.cxx')
-rw-r--r-- | sc/source/ui/view/tabvwsh3.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
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) |