diff options
Diffstat (limited to 'sc/source/ui/inc/delcodlg.hxx')
-rw-r--r-- | sc/source/ui/inc/delcodlg.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/delcodlg.hxx b/sc/source/ui/inc/delcodlg.hxx index db3f6bd5cccb..c23deed4fcc6 100644 --- a/sc/source/ui/inc/delcodlg.hxx +++ b/sc/source/ui/inc/delcodlg.hxx @@ -41,7 +41,7 @@ private: static InsertDeleteFlags nPreviousChecks; void DisableChecks(bool bDelAllChecked); - DECL_LINK(DelAllHdl, weld::ToggleButton&, void); + DECL_LINK(DelAllHdl, weld::Toggleable&, void); public: ScDeleteContentsDlg(weld::Window* pParent); |