summaryrefslogtreecommitdiffstats
path: root/chart2
diff options
context:
space:
mode:
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/tools/ChartTypeHelper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/tools/ChartTypeHelper.cxx b/chart2/source/tools/ChartTypeHelper.cxx
index d917d0e30516..23aa42efed73 100644
--- a/chart2/source/tools/ChartTypeHelper.cxx
+++ b/chart2/source/tools/ChartTypeHelper.cxx
@@ -514,7 +514,7 @@ drawing::Direction3D ChartTypeHelper::getDefaultRealisticLightDirection( const u
sal_Int32 ChartTypeHelper::getAxisType( const uno::Reference<
XChartType >& xChartType, sal_Int32 nDimensionIndex )
{
- //retruned is a constant from constant group css::chart2::AxisType
+ //returned is a constant from constant group css::chart2::AxisType
//@todo ask charttype itself --> need model change first
if(!xChartType.is())