summaryrefslogtreecommitdiff
path: root/unotools/source/ucbhelper/ucblockbytes.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-12-21 11:09:16 +0200
committerNoel Grandin <noel@peralex.com>2015-12-21 12:45:50 +0200
commit85ae903734ed39fc072e90346953039965b04864 (patch)
tree09dd58302d90dfdaab7e4edebd6f89f99663dfc1 /unotools/source/ucbhelper/ucblockbytes.hxx
parent3faf5fd9eeb6a2f8532f8ebf13bfd772bb80ef69 (diff)
loplugin:unusedfields unotools,unoxml
Change-Id: I824193a9f4b0196ce1127c5cbf16b0064dbb3446
Diffstat (limited to 'unotools/source/ucbhelper/ucblockbytes.hxx')
-rw-r--r--unotools/source/ucbhelper/ucblockbytes.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/unotools/source/ucbhelper/ucblockbytes.hxx b/unotools/source/ucbhelper/ucblockbytes.hxx
index b16a51260d2a..b97151f42648 100644
--- a/unotools/source/ucbhelper/ucblockbytes.hxx
+++ b/unotools/source/ucbhelper/ucblockbytes.hxx
@@ -87,7 +87,6 @@ class UcbLockBytes : public virtual SvLockBytes
css::uno::Reference < css::io::XInputStream > m_xInputStream;
css::uno::Reference < css::io::XOutputStream > m_xOutputStream;
css::uno::Reference < css::io::XSeekable > m_xSeekable;
- tools::SvRef<UcbLockBytesHandler> m_xHandler;
ErrCode m_nError;
@@ -95,7 +94,7 @@ class UcbLockBytes : public virtual SvLockBytes
bool m_bDontClose;
bool m_bStreamValid;
- UcbLockBytes( UcbLockBytesHandler* pHandler );
+ UcbLockBytes();
protected:
virtual ~UcbLockBytes();