summaryrefslogtreecommitdiff
path: root/unotools/inc
diff options
context:
space:
mode:
authorMikhail Voitenko <mav@openoffice.org>2002-04-08 09:27:37 +0000
committerMikhail Voitenko <mav@openoffice.org>2002-04-08 09:27:37 +0000
commitb1124d48c332ae7171cc3829b79da25bc6b6867f (patch)
tree5f703c190d8218435ac76e141d1ca7e380e2fa29 /unotools/inc
parent6609305b510c713a15ec505325fb14abc0c96062 (diff)
#98119# let the input stream be seekable
Diffstat (limited to 'unotools/inc')
-rw-r--r--unotools/inc/unotools/ucblockbytes.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/unotools/inc/unotools/ucblockbytes.hxx b/unotools/inc/unotools/ucblockbytes.hxx
index 4d1bcfc4743f..0bab9ce52eeb 100644
--- a/unotools/inc/unotools/ucblockbytes.hxx
+++ b/unotools/inc/unotools/ucblockbytes.hxx
@@ -152,7 +152,8 @@ public:
NS_UNO::Reference < NS_IO::XInputStream > getInputStream();
#if _SOLAR__PRIVATE
- sal_Bool setInputStream_Impl( const NS_UNO::Reference < NS_IO::XInputStream > &rxInputStream );
+ sal_Bool setInputStream_Impl( const NS_UNO::Reference < NS_IO::XInputStream > &rxInputStream,
+ sal_Bool bSetXSeekable = sal_True );
sal_Bool setStream_Impl( const NS_UNO::Reference < NS_IO::XStream > &rxStream );
void terminate_Impl (void);