diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 00:02:15 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 00:02:15 +0000 |
commit | bda99e2fcf04eba733b5c0562279254ffbc96aee (patch) | |
tree | 5b429c35645abc51a4c6eeaa29fbaddd716222a1 /tools/source/stream | |
parent | 3b86dc1ac75ce3c4c45bb16b110a3ef4675f75c6 (diff) |
INTEGRATION: CWS pchfix02 (1.5.42); FILE MERGED
2006/09/01 17:54:57 kaib 1.5.42.1: #i68856# Added header markers and pch files
Diffstat (limited to 'tools/source/stream')
-rw-r--r-- | tools/source/stream/strmwnt.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/tools/source/stream/strmwnt.cxx b/tools/source/stream/strmwnt.cxx index eac1b85ca81b..11362ad74a72 100644 --- a/tools/source/stream/strmwnt.cxx +++ b/tools/source/stream/strmwnt.cxx @@ -4,9 +4,9 @@ * * $RCSfile: strmwnt.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2006-06-19 13:52:25 $ + * last change: $Author: obo $ $Date: 2006-09-17 01:02:15 $ * * 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" + /* Todo: StreamMode <-> AllocateMemory */ |