diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 00:02:01 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 00:02:01 +0000 |
commit | 3b86dc1ac75ce3c4c45bb16b110a3ef4675f75c6 (patch) | |
tree | 7c9dab85b36347c5140d406b74d4daeffaad2943 /tools/source | |
parent | cec4a2967c74d0168b8ce5eee3818590412e5beb (diff) |
INTEGRATION: CWS pchfix02 (1.11.42); FILE MERGED
2006/09/01 17:54:57 kaib 1.11.42.1: #i68856# Added header markers and pch files
Diffstat (limited to 'tools/source')
-rw-r--r-- | tools/source/stream/strmunx.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/tools/source/stream/strmunx.cxx b/tools/source/stream/strmunx.cxx index f4f97c56597a..83211a2ca4bc 100644 --- a/tools/source/stream/strmunx.cxx +++ b/tools/source/stream/strmunx.cxx @@ -4,9 +4,9 @@ * * $RCSfile: strmunx.cxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: hr $ $Date: 2006-06-19 13:52:12 $ + * last change: $Author: obo $ $Date: 2006-09-17 01:02:01 $ * * 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" + #include <stdio.h> #include <string.h> #include <sys/stat.h> |