From f033df78a692360a7f1be2fd5635adcb0ec37f80 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Sun, 17 Sep 2006 09:40:19 +0000 Subject: [PATCH] INTEGRATION: CWS pchfix02 (1.8.160); FILE MERGED 2006/09/01 17:59:43 kaib 1.8.160.1: #i68856# Added header markers and pch files --- xmloff/source/script/XMLEventImportHelper.cxx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/xmloff/source/script/XMLEventImportHelper.cxx b/xmloff/source/script/XMLEventImportHelper.cxx index 14de7262067c..e6aa00d4a8b3 100644 --- a/xmloff/source/script/XMLEventImportHelper.cxx +++ b/xmloff/source/script/XMLEventImportHelper.cxx @@ -4,9 +4,9 @@ * * $RCSfile: XMLEventImportHelper.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: rt $ $Date: 2005-09-09 14:19:02 $ + * last change: $Author: obo $ $Date: 2006-09-17 10:40:19 $ * * 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_XMLEVENTIMPORTHELPER_HXX #include "XMLEventImportHelper.hxx" #endif