summaryrefslogtreecommitdiff
path: root/unotools
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-10-04 19:29:46 +0000
committerKurt Zenker <kz@openoffice.org>2004-10-04 19:29:46 +0000
commitffd2539384222c67d652907b13a00420859c3f99 (patch)
tree44742f8c81df0b0d05e4c22d25c65886d7dac7cd /unotools
parentcd04e135de9faf89abb988de2180e7dc44610676 (diff)
INTEGRATION: CWS mav09 (1.3.140); FILE MERGED
2004/07/08 08:28:40 mav 1.3.140.4: RESYNC: (1.4-1.5); FILE MERGED 2004/04/29 16:49:45 mav 1.3.140.3: RESYNC: (1.3-1.4); FILE MERGED 2004/04/15 14:36:31 mba 1.3.140.2: #ii27773#: create Stream from XStream 2004/04/15 14:34:57 mba 1.3.140.1: #ii27773#: create Stream from XStream
Diffstat (limited to 'unotools')
-rw-r--r--unotools/inc/unotools/ucbstreamhelper.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/unotools/inc/unotools/ucbstreamhelper.hxx b/unotools/inc/unotools/ucbstreamhelper.hxx
index 1509d467fcba..2447d1d8ff75 100644
--- a/unotools/inc/unotools/ucbstreamhelper.hxx
+++ b/unotools/inc/unotools/ucbstreamhelper.hxx
@@ -4,6 +4,12 @@
#ifndef _COM_SUN_STAR_UNO_REFERENCE_HXX_
#include <com/sun/star/uno/Reference.hxx>
#endif
+#ifndef _COM_SUN_STAR_IO_XINPUTSTREAM_HPP_
+#include <com/sun/star/io/XInputStream.hpp>
+#endif
+#ifndef _COM_SUN_STAR_IO_XSTREAM_HPP_
+#include <com/sun/star/io/XStream.hpp>
+#endif
#include <tools/stream.hxx>