diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 02:33:41 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 02:33:41 +0000 |
commit | 0ca5371d813f8c681ec26c6601053565f8b48c3f (patch) | |
tree | d49c28dafee7dd18ae415fa410cae9214625d9bf /codemaker | |
parent | 0e66821d836d02dfa18cdcae18a34efdfe3d7f5c (diff) |
INTEGRATION: CWS pchfix02 (1.5.40); FILE MERGED
2006/09/01 17:19:19 kaib 1.5.40.1: #i68856# Added header markers and pch files
Diffstat (limited to 'codemaker')
-rw-r--r-- | codemaker/source/bonobowrappermaker/corbatype.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/codemaker/source/bonobowrappermaker/corbatype.cxx b/codemaker/source/bonobowrappermaker/corbatype.cxx index 72d8635fa345..f338d435d803 100644 --- a/codemaker/source/bonobowrappermaker/corbatype.cxx +++ b/codemaker/source/bonobowrappermaker/corbatype.cxx @@ -4,9 +4,9 @@ * * $RCSfile: corbatype.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2005-09-08 02:08:12 $ + * last change: $Author: obo $ $Date: 2006-09-17 03:33:41 $ * * 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> |