diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 09:02:36 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 09:02:36 +0000 |
commit | 555c7eb2ab3d38888f5da77c4758f75b2ce3c75b (patch) | |
tree | 598274c40ef2c5a2d8abd8cb3cc7f7cdc7347e4d /basic/source | |
parent | 80b493af54f14af07d5996abd35dc97b7f66e276 (diff) |
INTEGRATION: CWS pchfix02 (1.7.26); FILE MERGED
2006/09/01 17:17:02 kaib 1.7.26.1: #i68856# Added header markers and pch files
Diffstat (limited to 'basic/source')
-rw-r--r-- | basic/source/comp/io.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/basic/source/comp/io.cxx b/basic/source/comp/io.cxx index ae28c20fcf97..89af77f1755a 100644 --- a/basic/source/comp/io.cxx +++ b/basic/source/comp/io.cxx @@ -4,9 +4,9 @@ * * $RCSfile: io.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: hr $ $Date: 2006-06-19 17:42:05 $ + * last change: $Author: obo $ $Date: 2006-09-17 10:02:36 $ * * 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_basic.hxx" + #ifndef _STREAM_HXX //autogen #include <tools/stream.hxx> |