diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-07-25 07:59:53 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-07-25 07:59:53 +0000 |
commit | a61be5eca601322e81f53bcf549dd0b943fe78c8 (patch) | |
tree | 7a43d97040847e2c2fccfa6ea02ed1ad0d4bdfd9 /chart2/source/tools | |
parent | 765ff0fb288f3d6e806c7a05fb234b8597ccf6fa (diff) |
INTEGRATION: CWS chart07 (1.3.136); FILE MERGED
2007/07/12 05:50:10 bm 1.3.136.1: #i69281# warnings removed
Diffstat (limited to 'chart2/source/tools')
-rw-r--r-- | chart2/source/tools/RegressionCalculationHelper.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
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.</p> */ 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 ) |