diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-03-28 09:10:22 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-03-29 00:47:20 -0400 |
commit | cd1e89728218eeb1e6d478d9bd925e207cb83f0b (patch) | |
tree | 89bb6e23ccb70b27fde5309430844ae495d29d7a /chart2 | |
parent | ef15c946998af91a88896d29903cb997a5e78ede (diff) |
Too long a line.
Change-Id: I0b8f1b3b55cf0374ce1ff81d7798ea60848208d4
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/controller/dialogs/dlg_ChartType.cxx | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/chart2/source/controller/dialogs/dlg_ChartType.cxx b/chart2/source/controller/dialogs/dlg_ChartType.cxx index ea9a4966193a..657225f0f7bd 100644 --- a/chart2/source/controller/dialogs/dlg_ChartType.cxx +++ b/chart2/source/controller/dialogs/dlg_ChartType.cxx @@ -43,7 +43,13 @@ ChartTypeDialog::ChartTypeDialog( Window* pParent , m_xChartModel(xChartModel) , m_xCC( xContext ) { - m_pChartTypeTabPage = new ChartTypeTabPage(get_content_area(),uno::Reference< XChartDocument >::query(m_xChartModel),m_xCC,true/*live update*/,true/*hide title description*/); + m_pChartTypeTabPage = new ChartTypeTabPage( + get_content_area(), + uno::Reference<XChartDocument>::query(m_xChartModel), + m_xCC, + true/*live update*/, + true/*hide title description*/); + m_pChartTypeTabPage->initializePage(); m_pChartTypeTabPage->Show(); } |