diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 12:10:18 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 12:10:18 +0000 |
commit | d8b259570f0db0a6d159cf87436056c9eb5a7aa2 (patch) | |
tree | 20264c304600ee6e0133bedd8ac0f8bdfb67a1ec | |
parent | 0950ac24474a2dd1ed42ea0b800d25fbe1a88d1d (diff) |
INTEGRATION: CWS pchfix02 (1.4.80); FILE MERGED
2006/09/01 17:18:42 kaib 1.4.80.1: #i68856# Added header markers and pch files
-rw-r--r-- | chart2/source/model/main/CartesianCoordinateSystem.cxx | 7 | ||||
-rw-r--r-- | chart2/source/model/main/DataSeries.cxx | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/chart2/source/model/main/CartesianCoordinateSystem.cxx b/chart2/source/model/main/CartesianCoordinateSystem.cxx index 52b2a21db3c2..82f8b412c114 100644 --- a/chart2/source/model/main/CartesianCoordinateSystem.cxx +++ b/chart2/source/model/main/CartesianCoordinateSystem.cxx @@ -4,9 +4,9 @@ * * $RCSfile: CartesianCoordinateSystem.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-08 00:53:45 $ + * last change: $Author: obo $ $Date: 2006-09-17 13:08:43 $ * * 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 "CartesianCoordinateSystem.hxx" #include "IdentityTransformation.hxx" #include "macros.hxx" diff --git a/chart2/source/model/main/DataSeries.cxx b/chart2/source/model/main/DataSeries.cxx index 0256bf06ecc0..3cc71951b900 100644 --- a/chart2/source/model/main/DataSeries.cxx +++ b/chart2/source/model/main/DataSeries.cxx @@ -4,9 +4,9 @@ * * $RCSfile: DataSeries.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-08 00:56:27 $ + * last change: $Author: obo $ $Date: 2006-09-17 13:10:18 $ * * 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 "DataSeries.hxx" #include "DataSeriesProperties.hxx" #include "CharacterProperties.hxx" |