diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-09-18 13:14:02 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-09-18 13:14:02 +0000 |
commit | 7fc5ff495d6730092f46b65b4486fb9342b7cf7b (patch) | |
tree | 65b562543dfd6417f2201833c72d61cec2a5f184 /autodoc/source/parser/cpp/pe_param.cxx | |
parent | 9a87abc80f2610e5c3e1ff045fcb2e71f54f3de0 (diff) |
INTEGRATION: CWS adc17 (1.7.18); FILE MERGED
2007/08/31 14:45:34 np 1.7.18.1: #i80569# remove wrong pchs.
Diffstat (limited to 'autodoc/source/parser/cpp/pe_param.cxx')
-rw-r--r-- | autodoc/source/parser/cpp/pe_param.cxx | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/autodoc/source/parser/cpp/pe_param.cxx b/autodoc/source/parser/cpp/pe_param.cxx index 0eb51d14..ae3fb7ca 100644 --- a/autodoc/source/parser/cpp/pe_param.cxx +++ b/autodoc/source/parser/cpp/pe_param.cxx @@ -4,9 +4,9 @@ * * $RCSfile: pe_param.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: obo $ $Date: 2006-09-16 17:03:00 $ + * last change: $Author: vg $ $Date: 2007-09-18 14:13:48 $ * * 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_param.hxx" |