summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/tabvwsha.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-10-04 19:26:30 +0000
committerKurt Zenker <kz@openoffice.org>2004-10-04 19:26:30 +0000
commit6161c5c41bd1a375e59c98528042b0661973ac25 (patch)
tree5ef74303bd4a1c8557f8367cdb2009982bc9a7c2 /sc/source/ui/view/tabvwsha.cxx
parent35d034965c716100d15f0005b704afb95706cc5d (diff)
INTEGRATION: CWS mav09 (1.10.110); FILE MERGED
2004/09/16 23:19:52 mav 1.10.110.5: RESYNC: (1.12-1.13); FILE MERGED 2004/07/09 03:04:12 mav 1.10.110.4: RESYNC: (1.11-1.12); FILE MERGED 2004/06/10 16:48:33 mba 1.10.110.3: #i27773#: some fixed to make InPlace Editing work 2004/05/17 18:22:19 mav 1.10.110.2: RESYNC: (1.10-1.11); FILE MERGED 2004/05/04 14:02:02 mba 1.10.110.1: #i27773#: remove so3
Diffstat (limited to 'sc/source/ui/view/tabvwsha.cxx')
-rw-r--r--sc/source/ui/view/tabvwsha.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/sc/source/ui/view/tabvwsha.cxx b/sc/source/ui/view/tabvwsha.cxx
index d462baf2cf5a..a45491b3637a 100644
--- a/sc/source/ui/view/tabvwsha.cxx
+++ b/sc/source/ui/view/tabvwsha.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: tabvwsha.cxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: kz $ $Date: 2004-08-02 13:00:22 $
+ * last change: $Author: kz $ $Date: 2004-10-04 20:26:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -77,6 +77,7 @@
#include <svx/numinf.hxx>
#include <svx/srchitem.hxx>
#include <sfx2/bindings.hxx>
+#include <sfx2/viewfrm.hxx>
#include <sfx2/dispatch.hxx>
#include <sfx2/request.hxx>
#include <vcl/msgbox.hxx>
@@ -183,7 +184,7 @@ void __EXPORT ScTabViewShell::GetState( SfxItemSet& rSet )
USHORT nMyId = 0;
SfxViewFrame* pThisFrame = GetViewFrame();
- BOOL bOle = pThisFrame->ISA(SfxInPlaceFrame);
+ BOOL bOle = GetViewFrame()->GetFrame()->IsInPlace();
SCTAB nTabCount = pDoc->GetTableCount();
SCTAB nTabSelCount = rMark.GetSelectCount();