From b8509cfe5e75e23b0ca228a9973f75c9ccddc95b Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Sat, 16 Sep 2006 23:07:16 +0000 Subject: [PATCH] INTEGRATION: CWS pchfix02 (1.4.26); FILE MERGED 2006/09/01 17:27:48 kaib 1.4.26.1: #i68856# Added header markers and pch files --- forms/source/xforms/submission/serialization_app_xml.cxx | 7 +++++-- .../source/xforms/submission/serialization_urlencoded.cxx | 7 +++++-- forms/source/xforms/xmlhelper.cxx | 7 +++++-- 3 files changed, 15 insertions(+), 6 deletions(-) diff --git a/forms/source/xforms/submission/serialization_app_xml.cxx b/forms/source/xforms/submission/serialization_app_xml.cxx index d237030412c8..aad0b7210b03 100644 --- a/forms/source/xforms/submission/serialization_app_xml.cxx +++ b/forms/source/xforms/submission/serialization_app_xml.cxx @@ -4,9 +4,9 @@ * * $RCSfile: serialization_app_xml.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2006-06-19 13:05:39 $ + * last change: $Author: obo $ $Date: 2006-09-17 00:07:02 $ * * 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_forms.hxx" + #include "serialization.hxx" #include "serialization_app_xml.hxx" diff --git a/forms/source/xforms/submission/serialization_urlencoded.cxx b/forms/source/xforms/submission/serialization_urlencoded.cxx index f45555a82c8c..f9e1da651cff 100644 --- a/forms/source/xforms/submission/serialization_urlencoded.cxx +++ b/forms/source/xforms/submission/serialization_urlencoded.cxx @@ -4,9 +4,9 @@ * * $RCSfile: serialization_urlencoded.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2006-06-19 13:05:53 $ + * last change: $Author: obo $ $Date: 2006-09-17 00:07:16 $ * * 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_forms.hxx" + #include #include #include diff --git a/forms/source/xforms/xmlhelper.cxx b/forms/source/xforms/xmlhelper.cxx index af53ac631204..37427f56b382 100644 --- a/forms/source/xforms/xmlhelper.cxx +++ b/forms/source/xforms/xmlhelper.cxx @@ -4,9 +4,9 @@ * * $RCSfile: xmlhelper.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2006-06-19 13:05:25 $ + * last change: $Author: obo $ $Date: 2006-09-17 00:06:35 $ * * 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_forms.hxx" + #include "xmlhelper.hxx" #include "unohelper.hxx"