From 1467a764452cdb68bd413bc0c44ddf029be586b0 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Sun, 17 Sep 2006 09:40:04 +0000 Subject: INTEGRATION: CWS pchfix02 (1.16.34); FILE MERGED 2006/09/01 17:59:43 kaib 1.16.34.1: #i68856# Added header markers and pch files --- xmloff/source/meta/xmlmetae.cxx | 7 +++++-- xmloff/source/script/XMLEventExport.cxx | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) (limited to 'xmloff/source') diff --git a/xmloff/source/meta/xmlmetae.cxx b/xmloff/source/meta/xmlmetae.cxx index ea0040e137ac..498c2dde3a87 100644 --- a/xmloff/source/meta/xmlmetae.cxx +++ b/xmloff/source/meta/xmlmetae.cxx @@ -4,9 +4,9 @@ * * $RCSfile: xmlmetae.cxx,v $ * - * $Revision: 1.16 $ + * $Revision: 1.17 $ * - * last change: $Author: hr $ $Date: 2006-06-19 18:21:42 $ + * last change: $Author: obo $ $Date: 2006-09-17 10:39:24 $ * * 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" + #include #include #ifndef INCLUDED_I18NPOOL_MSLANGID_HXX diff --git a/xmloff/source/script/XMLEventExport.cxx b/xmloff/source/script/XMLEventExport.cxx index 489802421bf0..c7d3b8f55587 100644 --- a/xmloff/source/script/XMLEventExport.cxx +++ b/xmloff/source/script/XMLEventExport.cxx @@ -4,9 +4,9 @@ * * $RCSfile: XMLEventExport.cxx,v $ * - * $Revision: 1.16 $ + * $Revision: 1.17 $ * - * last change: $Author: hr $ $Date: 2006-06-19 18:22:19 $ + * last change: $Author: obo $ $Date: 2006-09-17 10:40:04 $ * * 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_XMLEVENTEXPORT_HXX #include "XMLEventExport.hxx" #endif -- cgit