diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 02:40:03 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 02:40:03 +0000 |
commit | e0b742a8acab744efe19fcbfa20c2da4f238a81d (patch) | |
tree | e0b7b985c917fd7e01e6197235b9219f9fc307fd /codemaker | |
parent | 93dba0eb76f470c1c2fce5384cc4f3811e007050 (diff) |
INTEGRATION: CWS pchfix02 (1.33.8); FILE MERGED
2006/09/01 17:19:24 kaib 1.33.8.1: #i68856# Added header markers and pch files
Diffstat (limited to 'codemaker')
-rw-r--r-- | codemaker/source/javamaker/javatype.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/codemaker/source/javamaker/javatype.cxx b/codemaker/source/javamaker/javatype.cxx index 1f17859a1ce5..81695d3d3c7c 100644 --- a/codemaker/source/javamaker/javatype.cxx +++ b/codemaker/source/javamaker/javatype.cxx @@ -4,9 +4,9 @@ * * $RCSfile: javatype.cxx,v $ * - * $Revision: 1.33 $ + * $Revision: 1.34 $ * - * last change: $Author: hr $ $Date: 2006-06-20 02:25:24 $ + * last change: $Author: obo $ $Date: 2006-09-17 03:40:03 $ * * 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_codemaker.hxx" + #include "javatype.hxx" #include "classfile.hxx" |