summaryrefslogtreecommitdiff
path: root/chart2/source/controller/dialogs/tp_ChartType.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/controller/dialogs/tp_ChartType.cxx')
-rw-r--r--chart2/source/controller/dialogs/tp_ChartType.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/controller/dialogs/tp_ChartType.cxx b/chart2/source/controller/dialogs/tp_ChartType.cxx
index f2d9e1e22b31..f46192b5a880 100644
--- a/chart2/source/controller/dialogs/tp_ChartType.cxx
+++ b/chart2/source/controller/dialogs/tp_ChartType.cxx
@@ -818,7 +818,7 @@ void ChartTypeTabPage::selectMainType()
fillAllControls( aParameter );
uno::Reference< beans::XPropertySet > xTemplateProps( getCurrentTemplate(), uno::UNO_QUERY );
- m_pCurrentMainType->fillExtraControls(aParameter,m_xChartModel,xTemplateProps);
+ m_pCurrentMainType->fillExtraControls(m_xChartModel,xTemplateProps);
}
}
@@ -898,7 +898,7 @@ void ChartTypeTabPage::initializePage()
fillAllControls( aParameter );
if( m_pCurrentMainType )
- m_pCurrentMainType->fillExtraControls(aParameter,m_xChartModel,xTemplateProps);
+ m_pCurrentMainType->fillExtraControls(m_xChartModel,xTemplateProps);
break;
}
++nM;