diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 15:51:31 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 15:51:31 +0000 |
commit | 3f0fec7d98a6c0c307bcd8a6ccbdc76a6be3f3d6 (patch) | |
tree | 7d01cc2694417dd791149f0037dda980b0ae042e | |
parent | 9192e254fa98491a66f3c663d720a30f96966acb (diff) |
INTEGRATION: CWS pchfix02 (1.4.30); FILE MERGED
2006/09/01 17:15:37 kaib 1.4.30.1: #i68856# Added header markers and pch files
-rw-r--r-- | autodoc/source/display/kernel/displfct.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/autodoc/source/display/kernel/displfct.cxx b/autodoc/source/display/kernel/displfct.cxx index b048bda7cb99..89d7cce89b8b 100644 --- a/autodoc/source/display/kernel/displfct.cxx +++ b/autodoc/source/display/kernel/displfct.cxx @@ -4,9 +4,9 @@ * * $RCSfile: displfct.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-07 17:58:57 $ + * last change: $Author: obo $ $Date: 2006-09-16 16:51:31 $ * * 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 "displfct.hxx" |