summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/tabvwshb.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-02-27 12:59:19 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-02-27 12:59:19 +0000
commit1a0a6f7694a8e3d56360b457353317d1ebb0c51c (patch)
treedf28c6da57df38d8a61c3e3a14ab3ea0568df8b6 /sc/source/ui/view/tabvwshb.cxx
parent54b998b8d3358fbd246cd64d519e05600a76bd12 (diff)
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
Diffstat (limited to 'sc/source/ui/view/tabvwshb.cxx')
-rw-r--r--sc/source/ui/view/tabvwshb.cxx9
1 files changed, 4 insertions, 5 deletions
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();