diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-09-18 13:17:03 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-09-18 13:17:03 +0000 |
commit | fe83916910ad86478bc00af05472debbb0f26d79 (patch) | |
tree | a3fa1591abaf777474e8ce3738ee5eb2fbafb169 /autodoc/source | |
parent | f2b649d5bfc78c2e223dbfe797e951b13e5ca665 (diff) |
INTEGRATION: CWS adc17 (1.3.18); FILE MERGED
2007/08/31 14:45:35 np 1.3.18.1: #i80569# remove wrong pchs.
Diffstat (limited to 'autodoc/source')
-rw-r--r-- | autodoc/source/parser/cpp/tkp_cpp.cxx | 7 | ||||
-rw-r--r-- | autodoc/source/parser/kernel/parsefct.cxx | 7 | ||||
-rw-r--r-- | autodoc/source/parser/semantic/parseenv.cxx | 7 | ||||
-rw-r--r-- | autodoc/source/parser/tokens/stmstarr.cxx | 7 | ||||
-rw-r--r-- | autodoc/source/parser/tokens/stmstate.cxx | 7 |
5 files changed, 10 insertions, 25 deletions
diff --git a/autodoc/source/parser/cpp/tkp_cpp.cxx b/autodoc/source/parser/cpp/tkp_cpp.cxx index a86515fd452b..b4b0c68823b5 100644 --- a/autodoc/source/parser/cpp/tkp_cpp.cxx +++ b/autodoc/source/parser/cpp/tkp_cpp.cxx @@ -4,9 +4,9 @@ * * $RCSfile: tkp_cpp.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: obo $ $Date: 2006-09-16 17:04:54 $ + * last change: $Author: vg $ $Date: 2007-09-18 14:15:38 $ * * 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 "tkp_cpp.hxx" diff --git a/autodoc/source/parser/kernel/parsefct.cxx b/autodoc/source/parser/kernel/parsefct.cxx index a0d61185598c..1f47dbbe6438 100644 --- a/autodoc/source/parser/kernel/parsefct.cxx +++ b/autodoc/source/parser/kernel/parsefct.cxx @@ -4,9 +4,9 @@ * * $RCSfile: parsefct.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: obo $ $Date: 2006-09-16 17:05:07 $ + * last change: $Author: vg $ $Date: 2007-09-18 14:16:05 $ * * 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 "parsefct.hxx" diff --git a/autodoc/source/parser/semantic/parseenv.cxx b/autodoc/source/parser/semantic/parseenv.cxx index 91d16e09fce3..e80336608285 100644 --- a/autodoc/source/parser/semantic/parseenv.cxx +++ b/autodoc/source/parser/semantic/parseenv.cxx @@ -4,9 +4,9 @@ * * $RCSfile: parseenv.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: obo $ $Date: 2006-09-16 17:05:35 $ + * last change: $Author: vg $ $Date: 2007-09-18 14:16:36 $ * * 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 <semantic/parseenv.hxx> diff --git a/autodoc/source/parser/tokens/stmstarr.cxx b/autodoc/source/parser/tokens/stmstarr.cxx index 6cba04c9c414..a523d9351615 100644 --- a/autodoc/source/parser/tokens/stmstarr.cxx +++ b/autodoc/source/parser/tokens/stmstarr.cxx @@ -4,9 +4,9 @@ * * $RCSfile: stmstarr.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: obo $ $Date: 2006-09-16 17:05:49 $ + * last change: $Author: vg $ $Date: 2007-09-18 14:16:49 $ * * 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 <tokens/stmstarr.hxx> diff --git a/autodoc/source/parser/tokens/stmstate.cxx b/autodoc/source/parser/tokens/stmstate.cxx index 9d89f15c1514..4edca9cff026 100644 --- a/autodoc/source/parser/tokens/stmstate.cxx +++ b/autodoc/source/parser/tokens/stmstate.cxx @@ -4,9 +4,9 @@ * * $RCSfile: stmstate.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: obo $ $Date: 2006-09-16 17:06:02 $ + * last change: $Author: vg $ $Date: 2007-09-18 14:17:03 $ * * 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 <tokens/stmstate.hxx> |