diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 00:51:42 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 00:51:42 +0000 |
commit | 77a0534162aca6b4444ba1ec4c3b5d2d471c7c79 (patch) | |
tree | b1caf4e29c8bccfc10f8575f78180c0c98393c48 /cli_ure/source | |
parent | 8dc4f2b6b3b49e69c752ccf6a520924524a70f23 (diff) |
INTEGRATION: CWS pchfix02 (1.14.10); FILE MERGED
2006/09/01 17:19:08 kaib 1.14.10.1: #i68856# Added header markers and pch files
Diffstat (limited to 'cli_ure/source')
-rw-r--r-- | cli_ure/source/climaker/climaker_emit.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/cli_ure/source/climaker/climaker_emit.cxx b/cli_ure/source/climaker/climaker_emit.cxx index 448153f41dfe..2fdf61a66df6 100644 --- a/cli_ure/source/climaker/climaker_emit.cxx +++ b/cli_ure/source/climaker/climaker_emit.cxx @@ -4,9 +4,9 @@ * * $RCSfile: climaker_emit.cxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: hr $ $Date: 2006-06-20 00:57:19 $ + * last change: $Author: obo $ $Date: 2006-09-17 01:51:42 $ * * 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_cli_ure.hxx" + #include "climaker_share.h" #include "rtl/string.hxx" |