diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-12-09 23:29:41 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-12-09 23:30:11 +0200 |
commit | f84960ecba3a5a047067bbc357737163bd442150 (patch) | |
tree | 160fd9111597ff76d688553989173c8a5509d345 /chart2/source | |
parent | 7666149128dc6381481303fe46a3a374f31bee1f (diff) |
Avoid C99 digraph <:
Change-Id: Ifcd4f86bbdd0b780c73f277bc2b35f16e79ac682
Diffstat (limited to 'chart2/source')
-rw-r--r-- | chart2/source/controller/dialogs/tp_3D_SceneIllumination.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/controller/dialogs/tp_3D_SceneIllumination.hxx b/chart2/source/controller/dialogs/tp_3D_SceneIllumination.hxx index 0f6d02e08776..09d1725daf9c 100644 --- a/chart2/source/controller/dialogs/tp_3D_SceneIllumination.hxx +++ b/chart2/source/controller/dialogs/tp_3D_SceneIllumination.hxx @@ -101,7 +101,7 @@ private: LightSourceInfo* m_pLightSourceInfoList; - ::com::sun::star::uno::Reference<::com::sun::star::beans::XPropertySet > m_xSceneProperties; + ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > m_xSceneProperties; TimerTriggeredControllerLock m_aTimerTriggeredControllerLock; |