diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 02:37:58 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 02:37:58 +0000 |
commit | 64159a227da503af2156e98fda5809fd69af2d04 (patch) | |
tree | 96a6227afd37126420722c8c24df5c7e78856422 /codemaker/source | |
parent | 05dd40f963bebed602d9e01cc37f878b3900af53 (diff) |
INTEGRATION: CWS pchfix02 (1.3.40); FILE MERGED
2006/09/01 17:19:23 kaib 1.3.40.1: #i68856# Added header markers and pch files
Diffstat (limited to 'codemaker/source')
-rw-r--r-- | codemaker/source/cunomaker/cunooptions.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/codemaker/source/cunomaker/cunooptions.cxx b/codemaker/source/cunomaker/cunooptions.cxx index e3bd3bf43d44..51fa09d291ce 100644 --- a/codemaker/source/cunomaker/cunooptions.cxx +++ b/codemaker/source/cunomaker/cunooptions.cxx @@ -4,9 +4,9 @@ * * $RCSfile: cunooptions.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-08 02:14:21 $ + * last change: $Author: obo $ $Date: 2006-09-17 03:37:58 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -32,6 +32,9 @@ * MA 02111-1307 USA * ************************************************************************/ + +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_codemaker.hxx" #include <stdio.h> #include "cunooptions.hxx" |