summaryrefslogtreecommitdiff
path: root/unotools/source/ucbhelper/ucblockbytes.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'unotools/source/ucbhelper/ucblockbytes.hxx')
-rw-r--r--unotools/source/ucbhelper/ucblockbytes.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unotools/source/ucbhelper/ucblockbytes.hxx b/unotools/source/ucbhelper/ucblockbytes.hxx
index b97151f42648..1fd6f5afdd37 100644
--- a/unotools/source/ucbhelper/ucblockbytes.hxx
+++ b/unotools/source/ucbhelper/ucblockbytes.hxx
@@ -128,7 +128,7 @@ public:
bool setInputStream_Impl( const css::uno::Reference < css::io::XInputStream > &rxInputStream,
bool bSetXSeekable = true );
- bool setStream_Impl( const css::uno::Reference < css::io::XStream > &rxStream );
+ void setStream_Impl( const css::uno::Reference < css::io::XStream > &rxStream );
void terminate_Impl();
css::uno::Reference < css::io::XInputStream > getInputStream_Impl() const