[Libreoffice-commits] core.git: chart2/source

Tor Lillqvist tml at collabora.com
Mon Dec 9 13:30:42 PST 2013


 chart2/source/controller/dialogs/tp_3D_SceneIllumination.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f84960ecba3a5a047067bbc357737163bd442150
Author: Tor Lillqvist <tml at collabora.com>
Date:   Mon Dec 9 23:29:41 2013 +0200

    Avoid C99 digraph <:
    
    Change-Id: Ifcd4f86bbdd0b780c73f277bc2b35f16e79ac682

diff --git a/chart2/source/controller/dialogs/tp_3D_SceneIllumination.hxx b/chart2/source/controller/dialogs/tp_3D_SceneIllumination.hxx
index 0f6d02e..09d1725 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;
 


More information about the Libreoffice-commits mailing list