diff options
Diffstat (limited to 'sot')
-rw-r--r-- | sot/inc/sot/object.hxx | 1 | ||||
-rw-r--r-- | sot/source/base/object.cxx | 12 |
2 files changed, 0 insertions, 13 deletions
diff --git a/sot/inc/sot/object.hxx b/sot/inc/sot/object.hxx index 1d98d44f916b..326d651b6ea6 100644 --- a/sot/inc/sot/object.hxx +++ b/sot/inc/sot/object.hxx @@ -313,7 +313,6 @@ public: sal_uInt16 GetStrongLockCount() const { return nStrongLockCount; } void OwnerLock( sal_Bool bLock ); - void RemoveOwnerLock(); sal_Bool DoClose(); sal_Bool IsInClose() const { return bInClose; } diff --git a/sot/source/base/object.cxx b/sot/source/base/object.cxx index e1d3f67571a7..0c293fe42bac 100644 --- a/sot/source/base/object.cxx +++ b/sot/source/base/object.cxx @@ -146,18 +146,6 @@ void SotObject::OwnerLock } } -void SotObject::RemoveOwnerLock() -{ - if ( nOwnerLockCount ) - { - --nOwnerLockCount; - ReleaseRef(); - } - else { - OSL_FAIL("OwnerLockCount underflow!"); - } -} - //========================================================================= sal_Bool SotObject::DoClose() { |