summaryrefslogtreecommitdiffstats
path: root/chart2/source
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source')
-rw-r--r--chart2/source/controller/dialogs/res_LegendPosition.cxx2
-rw-r--r--chart2/source/controller/dialogs/tp_ChartType.cxx2
-rw-r--r--chart2/source/controller/main/ChartController.cxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/chart2/source/controller/dialogs/res_LegendPosition.cxx b/chart2/source/controller/dialogs/res_LegendPosition.cxx
index 179b9437b5e7..95088398d9b7 100644
--- a/chart2/source/controller/dialogs/res_LegendPosition.cxx
+++ b/chart2/source/controller/dialogs/res_LegendPosition.cxx
@@ -229,7 +229,7 @@ void LegendPositionResources::writeToItemSet( SfxItemSet& rOutAttrs ) const
IMPL_LINK( LegendPositionResources, PositionChangeHdl, RadioButton*, pRadio )
{
- //for each radio click ther are coming two change events
+ //for each radio click there are coming two change events
//first uncheck of previous button -> ignore that call
//the second call gives the check of the new button
if( pRadio && pRadio->IsChecked() )
diff --git a/chart2/source/controller/dialogs/tp_ChartType.cxx b/chart2/source/controller/dialogs/tp_ChartType.cxx
index 0703e1d7a979..1ae7a691756a 100644
--- a/chart2/source/controller/dialogs/tp_ChartType.cxx
+++ b/chart2/source/controller/dialogs/tp_ChartType.cxx
@@ -252,7 +252,7 @@ void StackingResourceGroup::fillParameter( ChartTypeParameter& rParameter )
}
IMPL_LINK( StackingResourceGroup, StackingChangeHdl, RadioButton*, pRadio )
{
- //for each radio click ther are coming two change events
+ //for each radio click there are coming two change events
//first uncheck of previous button -> ignore that call
//the second call gives the check of the new button
if( m_pChangeListener && pRadio && pRadio->IsChecked() )
diff --git a/chart2/source/controller/main/ChartController.cxx b/chart2/source/controller/main/ChartController.cxx
index bed1daa3bc14..a9ff0c64798f 100644
--- a/chart2/source/controller/main/ChartController.cxx
+++ b/chart2/source/controller/main/ChartController.cxx
@@ -846,7 +846,7 @@ void SAL_CALL ChartController::queryClosing(
}
else
{
- //@ todo prepare to to closing model -> don't start any further hindering actions
+ //@ todo prepare to closing model -> don't start any further hindering actions
}
}