chart2/source/controller/main/ChartController.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit b9f95769495e8d9885b64f1d68118336a4fc8d38 Author: Tor Lillqvist <t...@collabora.com> Date: Fri Jun 5 17:48:26 2015 +0300 WaE: â<::â cannot begin a template-argument list This is an internal include file deep inside chart2, so just use css::. The file uses css:: already in a couple of places anyway. So maybe I should have been brave and just changed all the ugly ::com::sun::star:: into css::? Change-Id: I705db39ff55f3e47c7e9d2f79fee625d76a22ca0 diff --git a/chart2/source/controller/main/ChartController.hxx b/chart2/source/controller/main/ChartController.hxx index 9f7749c..88b5df5 100644 --- a/chart2/source/controller/main/ChartController.hxx +++ b/chart2/source/controller/main/ChartController.hxx @@ -509,8 +509,8 @@ private: //view VclPtr<ChartWindow> m_pChartWindow; - ::com::sun::star::uno::Reference<::com::sun::star::awt::XWindow> m_xViewWindow; - ::com::sun::star::uno::Reference<::com::sun::star::uno::XInterface> m_xChartView; + css::uno::Reference<css::awt::XWindow> m_xViewWindow; + css::uno::Reference<css::uno::XInterface> m_xChartView; ::boost::shared_ptr< DrawModelWrapper > m_pDrawModelWrapper; DrawViewWrapper* m_pDrawViewWrapper;
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits