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.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/unotools/source/ucbhelper/ucblockbytes.hxx b/unotools/source/ucbhelper/ucblockbytes.hxx
index e19c919dedb4..10ef2830c9eb 100644
--- a/unotools/source/ucbhelper/ucblockbytes.hxx
+++ b/unotools/source/ucbhelper/ucblockbytes.hxx
@@ -107,7 +107,7 @@ class UcbLockBytes : public virtual SvLockBytes
UcbLockBytes( UcbLockBytesHandler* pHandler );
protected:
- virtual ~UcbLockBytes (void);
+ virtual ~UcbLockBytes();
public:
// properties: Referer, PostMimeType
@@ -145,7 +145,7 @@ public:
bool setInputStream_Impl( const ::com::sun::star::uno::Reference < ::com::sun::star::io::XInputStream > &rxInputStream,
bool bSetXSeekable = true );
bool setStream_Impl( const ::com::sun::star::uno::Reference < ::com::sun::star::io::XStream > &rxStream );
- void terminate_Impl (void);
+ void terminate_Impl();
::com::sun::star::uno::Reference < ::com::sun::star::io::XInputStream > getInputStream_Impl() const
{