diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 00:51:27 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 00:51:27 +0000 |
commit | 8dc4f2b6b3b49e69c752ccf6a520924524a70f23 (patch) | |
tree | c84435a93d344ec90a0dd81cdf0d196bb32af8b4 /cli_ure | |
parent | 5e90b58e8e2c6eec91279d834a1a63b5284651a4 (diff) |
INTEGRATION: CWS pchfix02 (1.11.10); FILE MERGED
2006/09/01 17:19:08 kaib 1.11.10.1: #i68856# Added header markers and pch files
Diffstat (limited to 'cli_ure')
-rw-r--r-- | cli_ure/source/climaker/climaker_app.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/cli_ure/source/climaker/climaker_app.cxx b/cli_ure/source/climaker/climaker_app.cxx index 71d798871d9e..ce1dd80b6ba4 100644 --- a/cli_ure/source/climaker/climaker_app.cxx +++ b/cli_ure/source/climaker/climaker_app.cxx @@ -4,9 +4,9 @@ * * $RCSfile: climaker_app.cxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: hr $ $Date: 2006-06-20 00:56:53 $ + * last change: $Author: obo $ $Date: 2006-09-17 01:51: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_cli_ure.hxx" + #include <stdio.h> #include <vector> #include <memory> |