summaryrefslogtreecommitdiff
path: root/chart2/source/tools/ChartTypeHelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/tools/ChartTypeHelper.cxx')
-rw-r--r--chart2/source/tools/ChartTypeHelper.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/tools/ChartTypeHelper.cxx b/chart2/source/tools/ChartTypeHelper.cxx
index b7f3be2f5c5f..78d841755374 100644
--- a/chart2/source/tools/ChartTypeHelper.cxx
+++ b/chart2/source/tools/ChartTypeHelper.cxx
@@ -175,7 +175,7 @@ bool ChartTypeHelper::isSupportingSecondaryAxis( const uno::Reference< XChartTyp
//@todo ask charttype itself --> need model change first
if(xChartType.is())
{
- if(nDimensionCount==3)
+ if(nDimensionCount==3)
return false;
OUString aChartTypeName = xChartType->getChartType();
@@ -197,7 +197,7 @@ bool ChartTypeHelper::isSupportingOverlapAndGapWidthProperties(
//@todo ask charttype itself --> need model change first
if(xChartType.is())
{
- if(nDimensionCount==3)
+ if(nDimensionCount==3)
return false;
OUString aChartTypeName = xChartType->getChartType();