summaryrefslogtreecommitdiff
path: root/chart2/source/controller/dialogs/tp_3D_SceneIllumination.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-12-23 09:30:48 +0200
committerNoel Grandin <noel@peralex.com>2015-12-23 09:38:46 +0200
commitc5458af9051c7c3579a381592a14af725691f88c (patch)
tree8daf61dd8eeb4e7b2fea937929f4b85cf2a5e29d /chart2/source/controller/dialogs/tp_3D_SceneIllumination.cxx
parent395815caa6be493d0831a61ba3de4e7d5ba4ae1d (diff)
loplugin:unusedfields in chart2
Change-Id: I8203f84ad8b138932c990032e17ea5d2daf384bb
Diffstat (limited to 'chart2/source/controller/dialogs/tp_3D_SceneIllumination.cxx')
-rw-r--r--chart2/source/controller/dialogs/tp_3D_SceneIllumination.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/chart2/source/controller/dialogs/tp_3D_SceneIllumination.cxx b/chart2/source/controller/dialogs/tp_3D_SceneIllumination.cxx
index 5e9ea4c8a87b..4ced5b8afb39 100644
--- a/chart2/source/controller/dialogs/tp_3D_SceneIllumination.cxx
+++ b/chart2/source/controller/dialogs/tp_3D_SceneIllumination.cxx
@@ -224,7 +224,6 @@ ThreeD_SceneIllumination_TabPage::ThreeD_SceneIllumination_TabPage( vcl::Window*
, m_xSceneProperties( xSceneProperties )
, m_aTimerTriggeredControllerLock( xChartModel )
, m_bInCommitToModel( false )
- , m_aModelChangeListener( LINK( this, ThreeD_SceneIllumination_TabPage, fillControlsFromModel ) )
, m_xChartModel( xChartModel )
{
get(m_pBtn_Light1, "BTN_LIGHT_1");