diff options
Diffstat (limited to 'svx/source/tbxctrls/extrusioncontrols.hxx')
-rw-r--r-- | svx/source/tbxctrls/extrusioncontrols.hxx | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/svx/source/tbxctrls/extrusioncontrols.hxx b/svx/source/tbxctrls/extrusioncontrols.hxx index 0a051e2c461d..440ef8874597 100644 --- a/svx/source/tbxctrls/extrusioncontrols.hxx +++ b/svx/source/tbxctrls/extrusioncontrols.hxx @@ -65,7 +65,7 @@ private: Image maImgDirection[9]; - DECL_LINK( SelectToolbarMenuHdl, weld::Button&, void ); + DECL_LINK( SelectToolbarMenuHdl, weld::ToggleButton&, void ); DECL_LINK( SelectValueSetHdl, ValueSet*, void ); void implSetDirection( sal_Int32 nSkew, bool bEnabled ); @@ -106,7 +106,6 @@ private: bool mbSettingValue; DECL_LINK( SelectHdl, weld::ToggleButton&, void ); - DECL_LINK( ClickHdl, weld::Button&, void ); void implFillStrings( FieldUnit eUnit ); void implSetDepth( double fDepth ); @@ -151,7 +150,7 @@ private: void implSetIntensity( int nLevel, bool bEnabled ); void implSetDirection( int nDirection, bool bEnabled ); - DECL_LINK( SelectToolbarMenuHdl, weld::Button&, void ); + DECL_LINK( SelectToolbarMenuHdl, weld::ToggleButton&, void ); DECL_LINK( SelectValueSetHdl, ValueSet*, void ); public: ExtrusionLightingWindow(svt::PopupWindowController* pControl, weld::Widget* pParentWindow); @@ -186,7 +185,7 @@ private: std::unique_ptr<weld::RadioButton> mxPlastic; std::unique_ptr<weld::RadioButton> mxMetal; - DECL_LINK( SelectHdl, weld::Button&, void ); + DECL_LINK( SelectHdl, weld::ToggleButton&, void ); void implSetSurface( int nSurface, bool bEnabled ); |