diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 12:24:12 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 12:24:12 +0000 |
commit | fe843a8e93044471502440654273095d7a84b328 (patch) | |
tree | 72b4cc0d1db18c2a82f81debf91f0b2a1d467aad | |
parent | d683cb58fe18ca98ae3d4e2c5201afea48d6310a (diff) |
INTEGRATION: CWS pchfix02 (1.4.82); FILE MERGED
2006/09/01 17:18:52 kaib 1.4.82.1: #i68856# Added header markers and pch files
-rw-r--r-- | chart2/source/tools/ExponentialRegressionCurveCalculator.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/chart2/source/tools/ExponentialRegressionCurveCalculator.cxx b/chart2/source/tools/ExponentialRegressionCurveCalculator.cxx index 9b1b6ab8f109..451b14b22314 100644 --- a/chart2/source/tools/ExponentialRegressionCurveCalculator.cxx +++ b/chart2/source/tools/ExponentialRegressionCurveCalculator.cxx @@ -4,9 +4,9 @@ * * $RCSfile: ExponentialRegressionCurveCalculator.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-08 01:28:48 $ + * last change: $Author: obo $ $Date: 2006-09-17 13:24:12 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -32,6 +32,9 @@ * MA 02111-1307 USA * ************************************************************************/ + +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_chart2.hxx" #include "ExponentialRegressionCurveCalculator.hxx" #include "macros.hxx" #include "RegressionCalculationHelper.hxx" |