summaryrefslogtreecommitdiff
path: root/chart2/source/model/template/BubbleChartType.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/model/template/BubbleChartType.cxx')
-rw-r--r--chart2/source/model/template/BubbleChartType.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/chart2/source/model/template/BubbleChartType.cxx b/chart2/source/model/template/BubbleChartType.cxx
index f502cba4d4e2..e5f13f063700 100644
--- a/chart2/source/model/template/BubbleChartType.cxx
+++ b/chart2/source/model/template/BubbleChartType.cxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -91,7 +91,7 @@ namespace chart
{
BubbleChartType::BubbleChartType(
- const uno::Reference< uno::XComponentContext > & xContext )
+ const uno::Reference< uno::XComponentContext > & xContext )
: ChartType( xContext )
{
}
@@ -138,7 +138,7 @@ Reference< chart2::XCoordinateSystem > SAL_CALL
aScaleData.AxisType = chart2::AxisType::SERIES;
else
aScaleData.AxisType = chart2::AxisType::REALNUMBER;
-
+
xAxis->setScaleData( aScaleData );
}