diff options
Diffstat (limited to 'chart2/source/controller/main/ChartController.cxx')
-rw-r--r-- | chart2/source/controller/main/ChartController.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chart2/source/controller/main/ChartController.cxx b/chart2/source/controller/main/ChartController.cxx index 26376b1eef84..8da9ebc0dabc 100644 --- a/chart2/source/controller/main/ChartController.cxx +++ b/chart2/source/controller/main/ChartController.cxx @@ -424,7 +424,6 @@ void SAL_CALL ChartController::attachFrame( m_apDropTargetHelper.reset(); } { - SAL_DEBUG("attached frame"); // calls to VCL SolarMutexGuard aSolarGuard; m_pChartWindow = VclPtr<ChartWindow>::Create(this,pParent,pParent?pParent->GetStyle():0); @@ -821,7 +820,6 @@ void SAL_CALL ChartController::dispose() m_xLayoutManagerEventBroadcaster.set( 0 ); } - SAL_DEBUG("disposing"); m_xFrame.clear(); m_xUndoManager.clear(); @@ -940,7 +938,6 @@ void SAL_CALL ChartController::notifyClosing( try { xFrameCloseable->close( sal_False /* DeliverOwnership */ ); - SAL_DEBUG("notifyClosing"); m_xFrame.clear(); } catch( const util::CloseVetoException & ) |