From 4fe1fe390951dd88f53d18b6e7e3d35bda1666ab Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Tue, 27 Feb 2007 10:57:48 +0000 Subject: INTEGRATION: CWS calcwarnings (1.7.46); FILE MERGED 2006/11/28 13:24:33 nn 1.7.46.1: #i69284# warning-free: core, wntmsci10 --- sc/inc/rangeutl.hxx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'sc/inc/rangeutl.hxx') diff --git a/sc/inc/rangeutl.hxx b/sc/inc/rangeutl.hxx index efa30c6cd446..6d06860e1d4b 100644 --- a/sc/inc/rangeutl.hxx +++ b/sc/inc/rangeutl.hxx @@ -4,9 +4,9 @@ * * $RCSfile: rangeutl.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: ihi $ $Date: 2006-10-18 12:17:56 $ + * last change: $Author: vg $ $Date: 2007-02-27 11:57:48 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -92,11 +92,11 @@ public: ScRefAddress* pEndPos = 0, ScAddress::Details const & rDetails = ScAddress::detailsOOOa1 ) const; - BOOL IsRefArea ( const String& rAreaStr, - ScDocument* pDoc, - SCTAB nTab, - String* pCompleteStr = 0, - ScRefAddress* pPosTripel = 0 ) const + BOOL IsRefArea ( const String&, + ScDocument*, + SCTAB, + String* = 0, + ScRefAddress* = 0 ) const { return FALSE; } BOOL IsAbsPos ( const String& rPosStr, -- cgit