diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 16:12:02 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 16:12:02 +0000 |
commit | f559f8f9cecf17118ec840f51b6acb105ce12283 (patch) | |
tree | 01d684d00faf2f5e54c705e628e3c45349e3d241 /autodoc | |
parent | 90ff6563e4f2beac1691c96b5f7fb7e759970a59 (diff) |
INTEGRATION: CWS pchfix02 (1.6.6); FILE MERGED
2006/09/01 17:15:49 kaib 1.6.6.1: #i68856# Added header markers and pch files
Diffstat (limited to 'autodoc')
-rw-r--r-- | autodoc/source/parser_i/idl/pe_tydf2.cxx | 7 | ||||
-rw-r--r-- | autodoc/source/parser_i/idl/pe_type2.cxx | 7 | ||||
-rw-r--r-- | autodoc/source/parser_i/idl/pe_vari2.cxx | 7 |
3 files changed, 15 insertions, 6 deletions
diff --git a/autodoc/source/parser_i/idl/pe_tydf2.cxx b/autodoc/source/parser_i/idl/pe_tydf2.cxx index 314c1e5a8809..870d4f5de650 100644 --- a/autodoc/source/parser_i/idl/pe_tydf2.cxx +++ b/autodoc/source/parser_i/idl/pe_tydf2.cxx @@ -4,9 +4,9 @@ * * $RCSfile: pe_tydf2.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: hr $ $Date: 2006-06-19 12:08:01 $ + * last change: $Author: obo $ $Date: 2006-09-16 17:11: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_autodoc.hxx" + #include <precomp.h> #include <s2_luidl/pe_tydf2.hxx> diff --git a/autodoc/source/parser_i/idl/pe_type2.cxx b/autodoc/source/parser_i/idl/pe_type2.cxx index 11f18baa5b67..98ba3eb3e78b 100644 --- a/autodoc/source/parser_i/idl/pe_type2.cxx +++ b/autodoc/source/parser_i/idl/pe_type2.cxx @@ -4,9 +4,9 @@ * * $RCSfile: pe_type2.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: hr $ $Date: 2006-06-19 12:08:14 $ + * last change: $Author: obo $ $Date: 2006-09-16 17:11:48 $ * * 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_autodoc.hxx" + #include <precomp.h> #include <s2_luidl/pe_type2.hxx> diff --git a/autodoc/source/parser_i/idl/pe_vari2.cxx b/autodoc/source/parser_i/idl/pe_vari2.cxx index bcfb7988da33..6c2d2bd48ca4 100644 --- a/autodoc/source/parser_i/idl/pe_vari2.cxx +++ b/autodoc/source/parser_i/idl/pe_vari2.cxx @@ -4,9 +4,9 @@ * * $RCSfile: pe_vari2.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: hr $ $Date: 2006-06-19 12:08:26 $ + * last change: $Author: obo $ $Date: 2006-09-16 17:12: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_autodoc.hxx" + #include <precomp.h> #include <s2_luidl/pe_vari2.hxx> |