diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:07:16 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:07:16 +0000 |
commit | b8509cfe5e75e23b0ca228a9973f75c9ccddc95b (patch) | |
tree | 142841bf695488f868eb0bf0c27f28100dc2aed8 /forms/source | |
parent | a97c7ae7cee457bf23431f30a758b476bbb04c68 (diff) |
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
Diffstat (limited to 'forms/source')
-rw-r--r-- | forms/source/xforms/submission/serialization_app_xml.cxx | 7 | ||||
-rw-r--r-- | forms/source/xforms/submission/serialization_urlencoded.cxx | 7 | ||||
-rw-r--r-- | 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 <com/sun/star/xml/xpath/XPathObjectType.hpp> #include <com/sun/star/xml/dom/XNode.hpp> #include <com/sun/star/xml/dom/XText.hpp> 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" |