chart2/source/controller/main/ChartController.cxx | 4 ---- chart2/source/controller/main/ControllerCommandDispatch.cxx | 5 ----- 2 files changed, 9 deletions(-)
New commits: commit 5b5e62650354788e50b44f32c22b687b2018aba9 Author: Stephan Bergmann <sberg...@redhat.com> Date: Fri Mar 28 15:22:57 2014 +0100 Remove remaining DBG_CTOR etc. remnants from chart2 Change-Id: Iaf07f77b4228d4debb2620625b14ce7dc41e3a98 diff --git a/chart2/source/controller/main/ChartController.cxx b/chart2/source/controller/main/ChartController.cxx index 401351f..a22845f 100644 --- a/chart2/source/controller/main/ChartController.cxx +++ b/chart2/source/controller/main/ChartController.cxx @@ -91,8 +91,6 @@ using namespace ::com::sun::star::chart2; using ::com::sun::star::uno::Any; using ::com::sun::star::uno::Reference; using ::com::sun::star::uno::Sequence; -DBG_NAME(ChartController) -// ChartController Constructor and Destructor ChartController::ChartController(uno::Reference<uno::XComponentContext> const & xContext) : m_aLifeTimeManager( NULL ), @@ -115,13 +113,11 @@ ChartController::ChartController(uno::Reference<uno::XComponentContext> const & m_aDispatchContainer( m_xCC, this ), m_eDrawMode( CHARTDRAW_SELECT ) { - DBG_CTOR(ChartController,NULL); m_aDoubleClickTimer.SetTimeoutHdl( LINK( this, ChartController, DoubleClickWaitingHdl ) ); } ChartController::~ChartController() { - DBG_DTOR(ChartController,NULL); stopDoubleClickWaiting(); } diff --git a/chart2/source/controller/main/ControllerCommandDispatch.cxx b/chart2/source/controller/main/ControllerCommandDispatch.cxx index f7e6e5e..2e0f7a5 100644 --- a/chart2/source/controller/main/ControllerCommandDispatch.cxx +++ b/chart2/source/controller/main/ControllerCommandDispatch.cxx @@ -456,8 +456,6 @@ bool ModelState::HasAnyTitle() const } // namespace impl -DBG_NAME(ControllerCommandDispatch) - ControllerCommandDispatch::ControllerCommandDispatch( const Reference< uno::XComponentContext > & xContext, ChartController* pController, CommandDispatchContainer* pContainer ) : @@ -470,13 +468,10 @@ ControllerCommandDispatch::ControllerCommandDispatch( m_apControllerState( new impl::ControllerState() ), m_pDispatchContainer( pContainer ) { - DBG_CTOR(ControllerCommandDispatch,NULL); } ControllerCommandDispatch::~ControllerCommandDispatch() { - - DBG_DTOR(ControllerCommandDispatch,NULL); } void ControllerCommandDispatch::initialize() _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits