From 0d90da9ea0a23c9c4afac62025208559b1496a0e Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 16 Sep 2019 15:07:20 +0200 Subject: Get rid of two impl_init functions, each called from a single place Change-Id: I00a981de8a58a83e517144296a05ae8c726f53f0 Reviewed-on: https://gerrit.libreoffice.org/79006 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- chart2/source/inc/LifeTime.hxx | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'chart2/source/inc/LifeTime.hxx') diff --git a/chart2/source/inc/LifeTime.hxx b/chart2/source/inc/LifeTime.hxx index f30d184b058e..4406b5cd70b9 100644 --- a/chart2/source/inc/LifeTime.hxx +++ b/chart2/source/inc/LifeTime.hxx @@ -55,8 +55,6 @@ protected: SAL_DLLPRIVATE void impl_registerApiCall(bool bLongLastingCall); SAL_DLLPRIVATE void impl_unregisterApiCall(bool bLongLastingCall); - SAL_DLLPRIVATE void impl_init(); - protected: css::lang::XComponent* m_pComponent; @@ -103,14 +101,6 @@ private: void impl_setOwnership( bool bDeliverOwnership, bool bMyVeto ); void impl_doClose(); - - void impl_init() - { - m_bClosed = false; - m_bInTryClose = false; - m_bOwnership = false; - m_aEndTryClosingCondition.set(); - } }; /* -- cgit