diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 12:25:52 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 12:25:52 +0000 |
commit | fa4682e6ea713c1d22898814ef3a0990d259aa8d (patch) | |
tree | 5746f159c1bc956f2e3744a8662b7db3592dae7a /extensions | |
parent | ce4c30c40ad3d966194673e7145651518e3da64c (diff) |
INTEGRATION: CWS pchfix02 (1.6.22); FILE MERGED
2006/09/01 17:26:45 kaib 1.6.22.1: #i68856# Added header markers and pch files
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/propctrlr/submissionhandler.cxx | 7 | ||||
-rw-r--r-- | extensions/source/propctrlr/xsdvalidationpropertyhandler.cxx | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/extensions/source/propctrlr/submissionhandler.cxx b/extensions/source/propctrlr/submissionhandler.cxx index c7531222dbb9..ca3da0165b87 100644 --- a/extensions/source/propctrlr/submissionhandler.cxx +++ b/extensions/source/propctrlr/submissionhandler.cxx @@ -4,9 +4,9 @@ * * $RCSfile: submissionhandler.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2006-07-26 08:01:15 $ + * last change: $Author: obo $ $Date: 2006-09-16 13:24:13 $ * * 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_extensions.hxx" + #ifndef EXTENSIONS_SOURCE_PROPCTRLR_SUBMISSIONHANDLER_HXX #include "submissionhandler.hxx" #endif diff --git a/extensions/source/propctrlr/xsdvalidationpropertyhandler.cxx b/extensions/source/propctrlr/xsdvalidationpropertyhandler.cxx index c755a0d654c9..297ae5cc76d0 100644 --- a/extensions/source/propctrlr/xsdvalidationpropertyhandler.cxx +++ b/extensions/source/propctrlr/xsdvalidationpropertyhandler.cxx @@ -4,9 +4,9 @@ * * $RCSfile: xsdvalidationpropertyhandler.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2006-07-26 08:02:24 $ + * last change: $Author: obo $ $Date: 2006-09-16 13:25:52 $ * * 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_extensions.hxx" + #ifndef EXTENSIONS_SOURCE_PROPCTRLR_XSDVALIDATIONPROPERTYHANDLER_HXX #include "xsdvalidationpropertyhandler.hxx" #endif |