summaryrefslogtreecommitdiff
path: root/chart2/source/controller/main/ChartController.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2016-01-04 12:41:46 +0100
committerAshod Nakashian <ashnakash@gmail.com>2016-01-06 17:04:22 +0000
commit5e65c273c61cfc78304d1d62a21a18953b643c50 (patch)
tree029342b7ef4e18b141ee649ca56cdd5bcba94e12 /chart2/source/controller/main/ChartController.cxx
parent90e1baf4ed1cf03bec430870d870ede0984f9adc (diff)
Fix typos
Change-Id: Ie0578dcca6cbf4edb62544109d616a081888f369 Reviewed-on: https://gerrit.libreoffice.org/21140 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
Diffstat (limited to 'chart2/source/controller/main/ChartController.cxx')
-rw-r--r--chart2/source/controller/main/ChartController.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/chart2/source/controller/main/ChartController.cxx b/chart2/source/controller/main/ChartController.cxx
index 020541d667e4..211fccd9f5c3 100644
--- a/chart2/source/controller/main/ChartController.cxx
+++ b/chart2/source/controller/main/ChartController.cxx
@@ -869,7 +869,7 @@ void SAL_CALL ChartController::dispose()
//the accessible view is disposed within window destructor of m_pChartWindow
m_pChartWindow->clear();
- m_pChartWindow = nullptr;//m_pChartWindow is deleted via UNO due to dispose of m_xViewWindow (trigerred by Framework (Controller pretends to be XWindow also))
+ m_pChartWindow = nullptr;//m_pChartWindow is deleted via UNO due to dispose of m_xViewWindow (triggered by Framework (Controller pretends to be XWindow also))
m_xViewWindow->dispose();
m_xChartView.clear();
}
@@ -964,7 +964,7 @@ void SAL_CALL ChartController::queryClosing(
return;
}
- if( !m_bCanClose )//@todo tryaqcuire mutex
+ if( !m_bCanClose )//@todo try acquire mutex
{
if( bGetsOwnership )
{
@@ -1416,7 +1416,7 @@ void ChartController::executeDispatch_MoveSeries( bool bForward )
//get selected series
OUString aObjectCID(m_aSelection.getSelectedCID());
- uno::Reference< XDataSeries > xGivenDataSeries( ObjectIdentifier::getDataSeriesForCID( //yyy todo also legendentries and labels?
+ uno::Reference< XDataSeries > xGivenDataSeries( ObjectIdentifier::getDataSeriesForCID( //yyy todo also legend entries and labels?
aObjectCID, getModel() ) );
UndoGuardWithSelection aUndoGuard(