diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 12:16:29 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 12:16:29 +0000 |
commit | 27d0ef4fbb9ccb7c807060e11287e7a4777e10e3 (patch) | |
tree | 374f395d58760ce7df3ffb928f86fa9633bebb71 | |
parent | 0ea63df61f2b06f25d5a16052bd577fd24f2ee53 (diff) |
INTEGRATION: CWS pchfix02 (1.3.80); FILE MERGED
2006/09/01 17:18:46 kaib 1.3.80.1: #i68856# Added header markers and pch files
-rw-r--r-- | chart2/source/model/main/_serviceregistration_model.cxx | 7 | ||||
-rw-r--r-- | chart2/source/model/template/AreaChartType.cxx | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/chart2/source/model/main/_serviceregistration_model.cxx b/chart2/source/model/main/_serviceregistration_model.cxx index 10699969428f..b4aab2a57580 100644 --- a/chart2/source/model/main/_serviceregistration_model.cxx +++ b/chart2/source/model/main/_serviceregistration_model.cxx @@ -4,9 +4,9 @@ * * $RCSfile: _serviceregistration_model.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-08 01:08:11 $ + * last change: $Author: obo $ $Date: 2006-09-17 13:16:16 $ * * 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" #ifndef _CPPUHELPER_IMPLEMENATIONENTRY_HXX_ #include <cppuhelper/implementationentry.hxx> #endif diff --git a/chart2/source/model/template/AreaChartType.cxx b/chart2/source/model/template/AreaChartType.cxx index 7e4637327c4f..fe3e3e8cae61 100644 --- a/chart2/source/model/template/AreaChartType.cxx +++ b/chart2/source/model/template/AreaChartType.cxx @@ -4,9 +4,9 @@ * * $RCSfile: AreaChartType.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-08 01:08:41 $ + * last change: $Author: obo $ $Date: 2006-09-17 13:16:29 $ * * 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 "AreaChartType.hxx" using namespace ::com::sun::star; |