diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 22:44:33 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 22:44:33 +0000 |
commit | e2381fbcab7020e213c847e760fec9f97ce6fe6f (patch) | |
tree | 8cc0f0c80ba16d8bcc82c647e10c6dd4c9c011ed /io | |
parent | 668bb1fd150f51109fea517eff5208ba5b855dcb (diff) |
INTEGRATION: CWS pchfix02 (1.4.8); FILE MERGED
2006/09/01 17:31:25 kaib 1.4.8.1: #i68856# Added header markers and pch files
Diffstat (limited to 'io')
-rw-r--r-- | io/source/stm/streamhelper.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/io/source/stm/streamhelper.cxx b/io/source/stm/streamhelper.cxx index 3fd2fcb14..c4e9baf54 100644 --- a/io/source/stm/streamhelper.cxx +++ b/io/source/stm/streamhelper.cxx @@ -4,9 +4,9 @@ * * $RCSfile: streamhelper.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2006-06-20 00:18:25 $ + * last change: $Author: obo $ $Date: 2006-09-16 23:44:33 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -32,6 +32,9 @@ * MA 02111-1307 USA * ************************************************************************/ + +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_io.hxx" #include <rtl/alloc.h> #include <limits> |