diff options
Diffstat (limited to 'sd/source/ui/inc/present.hxx')
-rw-r--r-- | sd/source/ui/inc/present.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/inc/present.hxx b/sd/source/ui/inc/present.hxx index a24d91fbfeb6..99286b9cbc37 100644 --- a/sd/source/ui/inc/present.hxx +++ b/sd/source/ui/inc/present.hxx @@ -63,8 +63,8 @@ private: std::unique_ptr<weld::Label> m_xMonitorExternal; std::unique_ptr<weld::Label> m_xExternal; - DECL_LINK(ChangeRangeHdl, weld::Button&, void); - DECL_LINK(ClickWindowPresentationHdl, weld::Button&, void); + DECL_LINK(ChangeRangeHdl, weld::ToggleButton&, void); + DECL_LINK(ClickWindowPresentationHdl, weld::ToggleButton&, void); void ChangePause(); DECL_LINK(ChangePauseHdl, weld::FormattedSpinButton&, void); |