diff options
author | Noel Grandin <noel@peralex.com> | 2015-05-22 09:59:11 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-05-22 09:59:46 +0200 |
commit | 24600dcf3118cb01d57c31518d36be870f73e79c (patch) | |
tree | a52948f34190ca54071d7d457b91471fb1703ad7 /svx/source/engine3d | |
parent | 83eb114394879cbfd073322a51c47d02553c1fcf (diff) |
loplugin:constantfunction
Change-Id: I7cb5b0c2cf9ade557173ca596ea5d42d853ff448
Diffstat (limited to 'svx/source/engine3d')
-rw-r--r-- | svx/source/engine3d/float3d.cxx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/svx/source/engine3d/float3d.cxx b/svx/source/engine3d/float3d.cxx index 356bf4c39381..0e539ac85a3a 100644 --- a/svx/source/engine3d/float3d.cxx +++ b/svx/source/engine3d/float3d.cxx @@ -297,8 +297,6 @@ Svx3DWin::Svx3DWin(SfxBindings* pInBindings, SfxChildWindow *pCW, vcl::Window* p m_pMtrSlant->SetModifyHdl( aLink ); // Preview callback - aLink = LINK( this, Svx3DWin, ChangeLightCallbackHdl ); - m_pCtlLightPreview->SetUserInteractiveChangeCallback(aLink); aLink = LINK( this, Svx3DWin, ChangeSelectionCallbackHdl ); m_pCtlLightPreview->SetUserSelectionChangeCallback(aLink); @@ -2641,14 +2639,6 @@ void Svx3DWin::ClickLight(PushButton& rBtn) -IMPL_STATIC_LINK_NOARG(Svx3DWin, ChangeLightCallbackHdl) -{ - return 0L; -} - - - - IMPL_LINK_NOARG(Svx3DWin, ChangeSelectionCallbackHdl) { const sal_uInt32 nLight(m_pCtlLightPreview->GetSvx3DLightControl().GetSelectedLight()); |