summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-06-05 17:48:26 +0300
committerTor Lillqvist <tml@collabora.com>2015-06-05 17:48:33 +0300
commitb9f95769495e8d9885b64f1d68118336a4fc8d38 (patch)
tree937a992c9db6f34f3f430c2e013af261b2e0e565 /chart2
parent621ab8571ee99b0d425cfb88892898884edb2eec (diff)
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
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/controller/main/ChartController.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/controller/main/ChartController.hxx b/chart2/source/controller/main/ChartController.hxx
index 9f7749c2d358..88b5df52f410 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;