diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 02:38:27 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 02:38:27 +0000 |
commit | fab4fa3dadd40fc5bdd9c7d398f0bccf0fa87091 (patch) | |
tree | 22e270749aee878179bbe058c36fc78f1d3ac6d6 /codemaker | |
parent | d13112587fd72f55841b767ea700f148576de51e (diff) |
INTEGRATION: CWS pchfix02 (1.4.40); FILE MERGED
2006/09/01 17:19:23 kaib 1.4.40.1: #i68856# Added header markers and pch files
Diffstat (limited to 'codemaker')
-rw-r--r-- | codemaker/source/cunomaker/cunomaker.cxx | 7 | ||||
-rw-r--r-- | codemaker/source/idlmaker/idlmaker.cxx | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/codemaker/source/cunomaker/cunomaker.cxx b/codemaker/source/cunomaker/cunomaker.cxx index 0af0b7271dd7..db9531af3feb 100644 --- a/codemaker/source/cunomaker/cunomaker.cxx +++ b/codemaker/source/cunomaker/cunomaker.cxx @@ -4,9 +4,9 @@ * * $RCSfile: cunomaker.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-08 02:14:06 $ + * last change: $Author: obo $ $Date: 2006-09-17 03:37:36 $ * * 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> #include "sal/main.h" diff --git a/codemaker/source/idlmaker/idlmaker.cxx b/codemaker/source/idlmaker/idlmaker.cxx index 35a7f92935db..7c5ea2e20473 100644 --- a/codemaker/source/idlmaker/idlmaker.cxx +++ b/codemaker/source/idlmaker/idlmaker.cxx @@ -4,9 +4,9 @@ * * $RCSfile: idlmaker.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-08 02:15:35 $ + * last change: $Author: obo $ $Date: 2006-09-17 03:38:27 $ * * 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> #include "sal/main.h" |