Kaydet (Commit) b9f95769 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

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
üst 621ab857
...@@ -509,8 +509,8 @@ private: ...@@ -509,8 +509,8 @@ private:
//view //view
VclPtr<ChartWindow> m_pChartWindow; VclPtr<ChartWindow> m_pChartWindow;
::com::sun::star::uno::Reference<::com::sun::star::awt::XWindow> m_xViewWindow; css::uno::Reference<css::awt::XWindow> m_xViewWindow;
::com::sun::star::uno::Reference<::com::sun::star::uno::XInterface> m_xChartView; css::uno::Reference<css::uno::XInterface> m_xChartView;
::boost::shared_ptr< DrawModelWrapper > m_pDrawModelWrapper; ::boost::shared_ptr< DrawModelWrapper > m_pDrawModelWrapper;
DrawViewWrapper* m_pDrawViewWrapper; DrawViewWrapper* m_pDrawViewWrapper;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment