diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-10-04 19:25:55 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-10-04 19:25:55 +0000 |
commit | e641e77a58b9fb06725c72662f1d7d0c68cec6b2 (patch) | |
tree | fefbf2c3472508e38496ed5d5bc8f2814daca15f /sc | |
parent | 917f7d3c69d46ca19250dab31fab28dd398c842f (diff) |
INTEGRATION: CWS mav09 (1.21.74); FILE MERGED
2004/09/16 23:19:26 mav 1.21.74.5: RESYNC: (1.23-1.24); FILE MERGED
2004/07/09 03:03:35 mav 1.21.74.4: RESYNC: (1.22-1.23); FILE MERGED
2004/06/10 16:48:32 mba 1.21.74.3: #i27773#: some fixed to make InPlace Editing work
2004/05/17 18:22:01 mav 1.21.74.2: RESYNC: (1.21-1.22); FILE MERGED
2004/05/04 14:02:01 mba 1.21.74.1: #i27773#: remove so3
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/view/tabvwsh3.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/view/tabvwsh3.cxx b/sc/source/ui/view/tabvwsh3.cxx index 910bb9a25..060583a4a 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.24 $ + * $Revision: 1.25 $ * - * last change: $Author: kz $ $Date: 2004-08-02 13:00:07 $ + * last change: $Author: kz $ $Date: 2004-10-04 20:25:55 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -496,7 +496,7 @@ void ScTabViewShell::Execute( SfxRequest& rReq ) case SID_PRINTPREVIEW: { - if ( !pThisFrame->ISA( SfxInPlaceFrame ) ) // nicht bei OLE + if ( !pThisFrame->GetFrame()->IsInPlace() ) // nicht bei OLE { // print preview is now always in the same frame as the tab view // -> always switch this frame back to normal view |