diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 16:02:13 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 16:02:13 +0000 |
commit | 4b4e2d4649d389e917969d8a5b13dc3dbbce38c5 (patch) | |
tree | ace034fbf0dd86ba41b0b16078d3db4f0e343ed7 /autodoc | |
parent | b7cfa783355624a916968312783f338e850a8692 (diff) |
INTEGRATION: CWS pchfix02 (1.8.6); FILE MERGED
2006/09/01 17:15:43 kaib 1.8.6.1: #i68856# Added header markers and pch files
Diffstat (limited to 'autodoc')
-rw-r--r-- | autodoc/source/parser/cpp/pe_funct.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/autodoc/source/parser/cpp/pe_funct.cxx b/autodoc/source/parser/cpp/pe_funct.cxx index ab7dd4d4fef2..cb377a3a95a9 100644 --- a/autodoc/source/parser/cpp/pe_funct.cxx +++ b/autodoc/source/parser/cpp/pe_funct.cxx @@ -4,9 +4,9 @@ * * $RCSfile: pe_funct.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: hr $ $Date: 2006-06-19 12:04:29 $ + * last change: $Author: obo $ $Date: 2006-09-16 17:02: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_autodoc.hxx" + #include <precomp.h> #include "pe_funct.hxx" |