summaryrefslogtreecommitdiff
path: root/extensions/source/bibliography/loadlisteneradapter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/bibliography/loadlisteneradapter.hxx')
-rw-r--r--extensions/source/bibliography/loadlisteneradapter.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/extensions/source/bibliography/loadlisteneradapter.hxx b/extensions/source/bibliography/loadlisteneradapter.hxx
index 1b84c65f14f5..8aa5165d18bf 100644
--- a/extensions/source/bibliography/loadlisteneradapter.hxx
+++ b/extensions/source/bibliography/loadlisteneradapter.hxx
@@ -59,7 +59,6 @@ namespace bib
private:
css::uno::Reference< css::lang::XComponent > m_xComponent;
OComponentListener* m_pListener;
- sal_Int32 m_nLockCount;
bool m_bListening : 1;
// impl method for dispose - virtual, 'cause you at least need to remove the listener from the broadcaster
@@ -90,10 +89,6 @@ namespace bib
virtual void SAL_CALL acquire( ) throw () = 0;
virtual void SAL_CALL release( ) throw () = 0;
- // helper
- /// get the lock count
- sal_Int32 locked() const { return m_nLockCount; }
-
/// dispose the object - stop listening and such
void dispose();