diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 02:39:02 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 02:39:02 +0000 |
commit | 5c09ce50f15dec7e723177e0ef332defe18d224a (patch) | |
tree | 430900423396ae3e23d92c48d512d8fd61e4c61e /codemaker | |
parent | bc16e1c8d65c399ba1277f08521da5f23b2e83cb (diff) |
INTEGRATION: CWS pchfix02 (1.6.40); FILE MERGED
2006/09/01 17:19:24 kaib 1.6.40.1: #i68856# Added header markers and pch files
Diffstat (limited to 'codemaker')
-rw-r--r-- | codemaker/source/idlmaker/idltype.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/codemaker/source/idlmaker/idltype.cxx b/codemaker/source/idlmaker/idltype.cxx index 505f43d52a65..c56c4588d847 100644 --- a/codemaker/source/idlmaker/idltype.cxx +++ b/codemaker/source/idlmaker/idltype.cxx @@ -4,9 +4,9 @@ * * $RCSfile: idltype.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2005-09-08 02:16:16 $ + * last change: $Author: obo $ $Date: 2006-09-17 03:39:02 $ * * 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 <stdio.h> #ifndef _RTL_ALLOC_H_ #include <rtl/alloc.h> |