summaryrefslogtreecommitdiff
path: root/sc/source/ui/optdlg/calcoptionsdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/optdlg/calcoptionsdlg.hxx')
-rw-r--r--sc/source/ui/optdlg/calcoptionsdlg.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/optdlg/calcoptionsdlg.hxx b/sc/source/ui/optdlg/calcoptionsdlg.hxx
index 003f58ff11ac..97d7bb21c48e 100644
--- a/sc/source/ui/optdlg/calcoptionsdlg.hxx
+++ b/sc/source/ui/optdlg/calcoptionsdlg.hxx
@@ -18,10 +18,10 @@ public:
ScCalcOptionsDialog(weld::Window* pParent, const ScCalcConfig& rConfig, bool bWriteConfig);
virtual ~ScCalcOptionsDialog() override;
- DECL_LINK(AsZeroModifiedHdl, weld::ToggleButton&, void);
+ DECL_LINK(AsZeroModifiedHdl, weld::Toggleable&, void);
DECL_LINK(ConversionModifiedHdl, weld::ComboBox&, void);
DECL_LINK(SyntaxModifiedHdl, weld::ComboBox&, void);
- DECL_LINK(CurrentDocOnlyHdl, weld::ToggleButton&, void);
+ DECL_LINK(CurrentDocOnlyHdl, weld::Toggleable&, void);
const ScCalcConfig& GetConfig() const { return maConfig; }
bool GetWriteCalcConfig() const { return mbWriteConfig; }