From a61be5eca601322e81f53bcf549dd0b943fe78c8 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Wed, 25 Jul 2007 07:59:53 +0000 Subject: INTEGRATION: CWS chart07 (1.3.136); FILE MERGED 2007/07/12 05:50:10 bm 1.3.136.1: #i69281# warnings removed --- chart2/source/tools/RegressionCalculationHelper.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'chart2/source/tools') diff --git a/chart2/source/tools/RegressionCalculationHelper.hxx b/chart2/source/tools/RegressionCalculationHelper.hxx index a5efb9293c95..0b3944c52056 100644 --- a/chart2/source/tools/RegressionCalculationHelper.hxx +++ b/chart2/source/tools/RegressionCalculationHelper.hxx @@ -4,9 +4,9 @@ * * $RCSfile: RegressionCalculationHelper.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-08 01:33:26 $ + * last change: $Author: rt $ $Date: 2007-07-25 08:59:53 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -65,7 +65,7 @@ typedef ::std::pair< ::std::vector< double >, ::std::vector< double > > tDoubleV used to pass as parameter aPred.

*/ template< class Pred > -static tDoubleVectorPair +tDoubleVectorPair cleanup( const ::com::sun::star::uno::Sequence< double > & rXValues, const ::com::sun::star::uno::Sequence< double > & rYValues, Pred aPred ) -- cgit