summaryrefslogtreecommitdiffstats
path: root/sot/source/base/object.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sot/source/base/object.cxx')
-rw-r--r--sot/source/base/object.cxx12
1 files changed, 0 insertions, 12 deletions
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()
{