diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-01-17 12:48:14 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-01-17 12:49:19 -0500 |
commit | 1f63b4f3d688f0c5e4e7a4ceb796487094f63082 (patch) | |
tree | c874372fc53a4adfb25089208229f58bc77dfeb0 /chart2 | |
parent | 00d0a50e3b34e4f93ea2cb201db6e08714b63913 (diff) |
Fix build error.
Change-Id: Ide87ccfe71f42d77246b6b3a2e864b5c89d80647
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/controller/dialogs/tp_DataSourceControls.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/controller/dialogs/tp_DataSourceControls.hxx b/chart2/source/controller/dialogs/tp_DataSourceControls.hxx index e373469e7a34..d92c98a221ed 100644 --- a/chart2/source/controller/dialogs/tp_DataSourceControls.hxx +++ b/chart2/source/controller/dialogs/tp_DataSourceControls.hxx @@ -38,7 +38,7 @@ public: virtual ~SeriesEntry(); /// the corresponding data series - ::com::sun::star::uno::Reference<::com::sun::star::chart2::XDataSeries > m_xDataSeries; + ::com::sun::star::uno::Reference< ::com::sun::star::chart2::XDataSeries > m_xDataSeries; /// the chart type that contains the series (via XDataSeriesContainer) ::com::sun::star::uno::Reference< ::com::sun::star::chart2::XChartType > m_xChartType; |