summaryrefslogtreecommitdiffstats
path: root/chart2
diff options
context:
space:
mode:
authorTamás Zolnai <tamas.zolnai@collabora.com>2017-01-05 04:22:05 +0100
committerTamás Zolnai <tamas.zolnai@collabora.com>2017-01-05 04:22:05 +0100
commit5af78ee8dfcb05319ec3a8f9df9c12b9a2b30539 (patch)
treeacfd7fedc631a87e4421167a716b2da39be15607 /chart2
parentClean up code after some easy hacks (diff)
downloadcore-5af78ee8dfcb05319ec3a8f9df9c12b9a2b30539.tar.gz
core-5af78ee8dfcb05319ec3a8f9df9c12b9a2b30539.zip
This lock seems useless
m_pCurrentMainType->commitToModel creates the same lock. Change-Id: Iaecf6b3392ce7b1371623f962b0fdc58f8ddaa07
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/controller/dialogs/tp_ChartType.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/chart2/source/controller/dialogs/tp_ChartType.cxx b/chart2/source/controller/dialogs/tp_ChartType.cxx
index 46d14e01d11e..5f36658e05c2 100644
--- a/chart2/source/controller/dialogs/tp_ChartType.cxx
+++ b/chart2/source/controller/dialogs/tp_ChartType.cxx
@@ -812,7 +812,6 @@ void ChartTypeTabPage::commitToModel( const ChartTypeParameter& rParameter )
return;
m_aTimerTriggeredControllerLock.startTimer();
- ControllerLockGuardUNO aLockedControllers( uno::Reference< frame::XModel >( m_xChartModel, uno::UNO_QUERY ) );
m_pCurrentMainType->commitToModel( rParameter, m_xChartModel );
}