From 1a0a6f7694a8e3d56360b457353317d1ebb0c51c Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Tue, 27 Feb 2007 12:59:19 +0000 Subject: INTEGRATION: CWS calcwarnings (1.33.8); FILE MERGED 2006/12/12 17:03:34 nn 1.33.8.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:51 nn 1.33.8.1: #i69284# warning-free: ui, wntmsci10 --- sc/source/ui/view/tabvwshb.cxx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'sc') diff --git a/sc/source/ui/view/tabvwshb.cxx b/sc/source/ui/view/tabvwshb.cxx index 62a2a705314d..a67e2510b9ed 100644 --- a/sc/source/ui/view/tabvwshb.cxx +++ b/sc/source/ui/view/tabvwshb.cxx @@ -4,9 +4,9 @@ * * $RCSfile: tabvwshb.cxx,v $ * - * $Revision: 1.33 $ + * $Revision: 1.34 $ * - * last change: $Author: ihi $ $Date: 2006-11-14 16:00:20 $ + * last change: $Author: vg $ $Date: 2007-02-27 13:59:19 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -345,9 +345,9 @@ void ScTabViewShell::ExecDrawIns(SfxRequest& rReq) { // Der Server moechte die Clientgrosse verandern - SfxInPlaceClient* pIPClient = GetIPClient(); + SfxInPlaceClient* pClient = GetIPClient(); - if ( pIPClient && pIPClient->IsObjectInPlaceActive() ) + if ( pClient && pClient->IsObjectInPlaceActive() ) { const SfxRectangleItem& rRect = (SfxRectangleItem&)rReq.GetArgs()->Get(SID_OBJECTRESIZE); @@ -457,7 +457,6 @@ void ScTabViewShell::GetDrawInsState(SfxItemSet &rSet) { BOOL bOle = GetViewFrame()->GetFrame()->IsInPlace(); BOOL bTabProt = GetViewData()->GetDocument()->IsTabProtected(GetViewData()->GetTabNo()); - SfxApplication* pSfxApp = SFX_APP(); SfxWhichIter aIter(rSet); USHORT nWhich = aIter.FirstWhich(); -- cgit v1.2.3