summaryrefslogtreecommitdiff
path: root/include/unotools
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-04-05 21:06:06 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-04-05 21:11:49 +0100
commit473183aad3295719feec0a25f36955b8a5446fc5 (patch)
tree7b87a837831846055ee9887e2fd2dd85cf80b724 /include/unotools
parentd2e65c7ba7f7aaa071b9798bdd012c24c582d913 (diff)
coverity#708567 unused member variables
Change-Id: I36b276a95bdea804defd5d7cb162ee0b8f378fad
Diffstat (limited to 'include/unotools')
-rw-r--r--include/unotools/ucblockbytes.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/unotools/ucblockbytes.hxx b/include/unotools/ucblockbytes.hxx
index a8b854a1a1a1..8ebac8663d0a 100644
--- a/include/unotools/ucblockbytes.hxx
+++ b/include/unotools/ucblockbytes.hxx
@@ -105,8 +105,6 @@ class UNOTOOLS_DLLPUBLIC UcbLockBytes : public virtual SvLockBytes
void* m_pCommandThread; // is alive only for compatibility reasons
UcbLockBytesHandlerRef m_xHandler;
- sal_uInt32 m_nRead;
- sal_uInt32 m_nSize;
ErrCode m_nError;
bool m_bTerminated;