summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-07-15 13:35:54 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-07-16 08:15:18 +0200
commit49d2400f8d315e0cb102915ef0375c0c6b6d3459 (patch)
tree9e715e43b9abdb672811569d8e334ae17b3536dc /chart2
parent20f0c633c95c963ccf14be986390ef28137b608f (diff)
remove my accidently committed debug messages
Change-Id: Ia890837520b57291ae119de30dc7586b65e30b81
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/controller/main/ChartController.cxx3
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 & )