diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 11:55:25 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 11:55:25 +0000 |
commit | 7c8ddcc1d4211d19050612a0c85606e9a3f16ea4 (patch) | |
tree | d4a5ba4acca4504494705492d755a9a4b6c06c05 /chart2/source/controller | |
parent | b7e7a5d63db8f97d22fd16ab707cbc5cf89e5286 (diff) |
INTEGRATION: CWS pchfix02 (1.3.80); FILE MERGED
2006/09/01 17:18:32 kaib 1.3.80.1: #i68856# Added header markers and pch files
Diffstat (limited to 'chart2/source/controller')
3 files changed, 15 insertions, 6 deletions
diff --git a/chart2/source/controller/chartapiwrapper/AxisWrapper.cxx b/chart2/source/controller/chartapiwrapper/AxisWrapper.cxx index b3fa963d2029..5d4ef0306d02 100644 --- a/chart2/source/controller/chartapiwrapper/AxisWrapper.cxx +++ b/chart2/source/controller/chartapiwrapper/AxisWrapper.cxx @@ -4,9 +4,9 @@ * * $RCSfile: AxisWrapper.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-07 23:59:42 $ + * last change: $Author: obo $ $Date: 2006-09-17 12:54:56 $ * * 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 "AxisWrapper.hxx" #include "macros.hxx" #include "InlineContainer.hxx" diff --git a/chart2/source/controller/chartapiwrapper/ChartDataWrapper.cxx b/chart2/source/controller/chartapiwrapper/ChartDataWrapper.cxx index 5652f0920946..643675eb581f 100644 --- a/chart2/source/controller/chartapiwrapper/ChartDataWrapper.cxx +++ b/chart2/source/controller/chartapiwrapper/ChartDataWrapper.cxx @@ -4,9 +4,9 @@ * * $RCSfile: ChartDataWrapper.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-08 00:00:11 $ + * last change: $Author: obo $ $Date: 2006-09-17 12:55:10 $ * * 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 "ChartDataWrapper.hxx" #include "macros.hxx" #include "algohelper.hxx" diff --git a/chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx b/chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx index 54dff42f2b3d..549d7528da3e 100644 --- a/chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx +++ b/chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx @@ -4,9 +4,9 @@ * * $RCSfile: ChartDocumentWrapper.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-08 00:00:37 $ + * last change: $Author: obo $ $Date: 2006-09-17 12:55:25 $ * * 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 "ChartDocumentWrapper.hxx" #include "algohelper.hxx" #include "macros.hxx" |