summaryrefslogtreecommitdiff
path: root/unotools
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-04-01 09:22:39 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-04-01 09:22:39 +0200
commit82b517de560008673a204911b35aad4c7c297f14 (patch)
tree17867d9a42440712d3b7bb9ddb24d34f072b6973 /unotools
parent288efb1b481abf6156d7ddaa68e4ea6d215f4875 (diff)
Remove unused inline function
Change-Id: I5601a1d6d37f5d30d50bbe22e1079d8c6acf2c4b
Diffstat (limited to 'unotools')
-rw-r--r--unotools/source/ucbhelper/ucblockbytes.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/unotools/source/ucbhelper/ucblockbytes.cxx b/unotools/source/ucbhelper/ucblockbytes.cxx
index 658581839992..8193fa63c73a 100644
--- a/unotools/source/ucbhelper/ucblockbytes.cxx
+++ b/unotools/source/ucbhelper/ucblockbytes.cxx
@@ -79,9 +79,6 @@ public:
: m_xLockBytes( pLockBytes )
{}
- SvLockBytes* getLockBytes (void)
- { return m_xLockBytes; }
-
// XActiveDataControl.
virtual void SAL_CALL addListener ( const Reference<XStreamListener> &/*rxListener*/) throw(RuntimeException, std::exception) SAL_OVERRIDE {}
virtual void SAL_CALL removeListener ( const Reference<XStreamListener> &/*rxListener*/) throw(RuntimeException, std::exception) SAL_OVERRIDE {}