diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:47:53 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:47:53 +0000 |
commit | 87ca03e39ac2ec2a6d8e7d545d74c31ad2c9c9a3 (patch) | |
tree | 2e88119a53f081b0522aa9815d487112e63e1611 /tools/bootstrp/command.cxx | |
parent | 3a152fc0f610062e6546ba4db4a85788f3cf92fa (diff) |
INTEGRATION: CWS pchfix02 (1.12.18); FILE MERGED
2006/09/01 17:54:45 kaib 1.12.18.1: #i68856# Added header markers and pch files
Diffstat (limited to 'tools/bootstrp/command.cxx')
-rw-r--r-- | tools/bootstrp/command.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/tools/bootstrp/command.cxx b/tools/bootstrp/command.cxx index a842d0593d2d..a8d8cf79b2bc 100644 --- a/tools/bootstrp/command.cxx +++ b/tools/bootstrp/command.cxx @@ -4,9 +4,9 @@ * * $RCSfile: command.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: kz $ $Date: 2006-07-19 17:12:27 $ + * last change: $Author: obo $ $Date: 2006-09-17 00:47:53 $ * * 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_tools.hxx" + #ifdef SCO #define _IOSTREAM_H #endif |