summaryrefslogtreecommitdiffstats
path: root/chart2/source/tools/LifeTime.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/tools/LifeTime.cxx')
-rw-r--r--chart2/source/tools/LifeTime.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/chart2/source/tools/LifeTime.cxx b/chart2/source/tools/LifeTime.cxx
index 62996b79fb98..36bf210f7274 100644
--- a/chart2/source/tools/LifeTime.cxx
+++ b/chart2/source/tools/LifeTime.cxx
@@ -316,7 +316,6 @@ void CloseableLifeTimeManager::impl_setOwnership( bool bDeliverOwnership, bool b
m_bOwnership = bDeliverOwnership && bMyVeto;
}
-
void CloseableLifeTimeManager
::impl_apiCallCountReachedNull()
{
@@ -336,7 +335,6 @@ void CloseableLifeTimeManager::impl_setOwnership( bool bDeliverOwnership, bool b
if( m_bDisposed || m_bInDispose )
return; //behave as passive as possible, if disposed or closed already
-
m_bClosed = true;
NegativeGuard< osl::Mutex > aNegativeGuard( m_aAccessMutex );