diff options
author | Martin Gallwey <mtg@openoffice.org> | 2001-11-15 18:48:52 +0000 |
---|---|---|
committer | Martin Gallwey <mtg@openoffice.org> | 2001-11-15 18:48:52 +0000 |
commit | 0833f220fee7234baaeba2c9daafa0c7b838bd96 (patch) | |
tree | f5ffb0c10df6b69cf7ab5f32520925efe5b7b628 /package/inc/ByteGrabber.hxx | |
parent | 1ea64125c670bfcf4d469649028f1850cb390eb8 (diff) |
#92268# include minimum number of headers
Diffstat (limited to 'package/inc/ByteGrabber.hxx')
-rw-r--r-- | package/inc/ByteGrabber.hxx | 30 |
1 files changed, 24 insertions, 6 deletions
diff --git a/package/inc/ByteGrabber.hxx b/package/inc/ByteGrabber.hxx index 85f6685d0f23..1df4d47dff8b 100644 --- a/package/inc/ByteGrabber.hxx +++ b/package/inc/ByteGrabber.hxx @@ -2,9 +2,9 @@ * * $RCSfile: ByteGrabber.hxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: mtg $ $Date: 2001-08-08 18:16:32 $ + * last change: $Author: mtg $ $Date: 2001-11-15 19:47:44 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -61,13 +61,31 @@ #ifndef _BYTE_GRABBER_HXX_ #define _BYTE_GRABBER_HXX_ -#ifndef _COM_SUN_STAR_IO_XINPUTSTREAM_HPP_ -#include <com/sun/star/io/XInputStream.hpp> +#ifndef _COM_SUN_STAR_UNO_SEQUENCE_H_ +#include <com/sun/star/uno/Sequence.h> #endif -#ifndef _COM_SUN_STAR_IO_XSEEKABLE_HPP_ -#include <com/sun/star/io/XSeekable.hpp> +#ifndef _COM_SUN_STAR_UNO_REFERENCE_H_ +#include <com/sun/star/uno/Reference.h> +#endif +#ifndef _COM_SUN_STAR_IO_BUFFERSIZEEXCEEDEDEXCEPTION_HPP_ +#include <com/sun/star/io/BufferSizeExceededException.hpp> +#endif +#ifndef _COM_SUN_STAR_IO_IOEXCEPTION_HPP_ +#include <com/sun/star/io/IOException.hpp> +#endif +#ifndef _COM_SUN_STAR_IO_NOTCONNECTEDEXCEPTION_HPP_ +#include <com/sun/star/io/NotConnectedException.hpp> +#endif +#ifndef _COM_SUN_STAR_UNO_RUNTIMEEXCEPTION_HPP_ +#include <com/sun/star/uno/RuntimeException.hpp> +#endif +#ifndef _COM_SUN_STAR_LANG_ILLEGALARGUMENTEXCEPTION_HPP_ +#include <com/sun/star/lang/IllegalArgumentException.hpp> #endif +namespace com { namespace sun { namespace star { + namespace io { class XSeekable; class XInputStream; } +} } } class ByteGrabber { protected: |