From 9335ed4fafe4f6629ed28fb3f8c87e1046c4f57e Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Sun, 17 Sep 2006 10:21:04 +0000 Subject: INTEGRATION: CWS pchfix02 (1.4.158); FILE MERGED 2006/09/01 18:00:13 kaib 1.4.158.1: #i68856# Added header markers and pch files --- xmloff/source/transform/ChartOOoTContext.cxx | 7 +++++-- xmloff/source/transform/ChartPlotAreaOASISTContext.cxx | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) (limited to 'xmloff/source/transform') diff --git a/xmloff/source/transform/ChartOOoTContext.cxx b/xmloff/source/transform/ChartOOoTContext.cxx index c7fc80e5d4db..60eaf9fa7285 100644 --- a/xmloff/source/transform/ChartOOoTContext.cxx +++ b/xmloff/source/transform/ChartOOoTContext.cxx @@ -4,9 +4,9 @@ * * $RCSfile: ChartOOoTContext.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-09 15:36:17 $ + * last change: $Author: obo $ $Date: 2006-09-17 11:20:49 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,6 +33,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_xmloff.hxx" + #ifndef _XMLOFF_CHARTOOOTCONTEXT_HXX #include "ChartOOoTContext.hxx" #endif diff --git a/xmloff/source/transform/ChartPlotAreaOASISTContext.cxx b/xmloff/source/transform/ChartPlotAreaOASISTContext.cxx index 9e1b9ad1b882..c48602cc958a 100644 --- a/xmloff/source/transform/ChartPlotAreaOASISTContext.cxx +++ b/xmloff/source/transform/ChartPlotAreaOASISTContext.cxx @@ -4,9 +4,9 @@ * * $RCSfile: ChartPlotAreaOASISTContext.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-09 15:36:51 $ + * last change: $Author: obo $ $Date: 2006-09-17 11:21:04 $ * * 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_xmloff.hxx" #include "ChartPlotAreaOASISTContext.hxx" #ifndef _XMLOFF_TRANSFORMER_BASE_HXX -- cgit