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/source/cunomaker | |
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/source/cunomaker')
-rw-r--r-- | codemaker/source/cunomaker/cunomaker.cxx | 7 |
1 files changed, 5 insertions, 2 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" |