diff options
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()); |