diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-09-18 13:14:43 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-09-18 13:14:43 +0000 |
commit | 81d6faf46d185f29c3ec132e7db665f3a1a4362e (patch) | |
tree | 9f1da1278a0877781363fcffc6f87184894e6d5e | |
parent | 8aab12849218b7d7b7fec36039d132174f9cc223 (diff) |
INTEGRATION: CWS adc17 (1.8.18); FILE MERGED
2007/08/31 14:45:34 np 1.8.18.1: #i80569# remove wrong pchs.
-rw-r--r-- | autodoc/source/parser/cpp/pe_file.cxx | 7 | ||||
-rw-r--r-- | autodoc/source/parser/cpp/pe_vafu.cxx | 8 |
2 files changed, 4 insertions, 11 deletions
diff --git a/autodoc/source/parser/cpp/pe_file.cxx b/autodoc/source/parser/cpp/pe_file.cxx index ec407a916c1b..ded923231c59 100644 --- a/autodoc/source/parser/cpp/pe_file.cxx +++ b/autodoc/source/parser/cpp/pe_file.cxx @@ -4,9 +4,9 @@ * * $RCSfile: pe_file.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: obo $ $Date: 2006-09-16 17:01:59 $ + * last change: $Author: vg $ $Date: 2007-09-18 14:12:56 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,9 +33,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_autodoc.hxx" - #include <precomp.h> #include "pe_file.hxx" diff --git a/autodoc/source/parser/cpp/pe_vafu.cxx b/autodoc/source/parser/cpp/pe_vafu.cxx index aca169937149..a3ba64bf78df 100644 --- a/autodoc/source/parser/cpp/pe_vafu.cxx +++ b/autodoc/source/parser/cpp/pe_vafu.cxx @@ -4,9 +4,9 @@ * * $RCSfile: pe_vafu.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: obo $ $Date: 2006-09-16 17:04:00 $ + * last change: $Author: vg $ $Date: 2007-09-18 14:14:43 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,10 +33,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_autodoc.hxx" - - #include <precomp.h> #include "pe_vafu.hxx" |