From e42a7daab6c2d93c0d71090793edbeb2eb4dcc06 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Tue, 27 Feb 2007 11:34:36 +0000 Subject: INTEGRATION: CWS calcwarnings (1.39.52); FILE MERGED 2006/12/12 16:42:49 dr 1.39.52.2: #i69284# remove compiler warnings for unxlngi6 2006/12/01 14:42:06 dr 1.39.52.1: #i69284# remove compiler warnings for wntmsci10 --- sc/source/filter/inc/imp_op.hxx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'sc/source/filter/inc/imp_op.hxx') diff --git a/sc/source/filter/inc/imp_op.hxx b/sc/source/filter/inc/imp_op.hxx index e8a789c6e3db..2c9cbbacddc6 100644 --- a/sc/source/filter/inc/imp_op.hxx +++ b/sc/source/filter/inc/imp_op.hxx @@ -4,9 +4,9 @@ * * $RCSfile: imp_op.hxx,v $ * - * $Revision: 1.39 $ + * $Revision: 1.40 $ * - * last change: $Author: kz $ $Date: 2006-10-05 16:20:04 $ + * last change: $Author: vg $ $Date: 2007-02-27 12:34:36 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -111,8 +111,8 @@ struct ExcelChartData String aLastLabel; // letzter SERIESTEXT-Label SfxItemSet* pAttrs; // Attribute ExcelChartData* pNext; // wer weiss schon... - SCROW nRow1, nRow2; SCCOL nCol1, nCol2; + SCROW nRow1, nRow2; SCTAB nTab1, nTab2; // Quellbereich SCTAB nBaseTab; UINT32 nObjNum; @@ -249,8 +249,7 @@ protected: // --------------------------------------------------------------- void Formula( const XclAddress& rXclPos, - UINT16 nXF, UINT16 nFormLen, double &rCurVal, - BYTE nFlag, BOOL bShrFmla ); + UINT16 nXF, UINT16 nFormLen, double &rCurVal, BOOL bShrFmla ); // -> excform.cxx virtual void EndSheet( void ); -- cgit