summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/tpview.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/tpview.hxx')
-rw-r--r--sc/source/ui/inc/tpview.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/tpview.hxx b/sc/source/ui/inc/tpview.hxx
index 59acf3a4a547..0306044d4f9f 100644
--- a/sc/source/ui/inc/tpview.hxx
+++ b/sc/source/ui/inc/tpview.hxx
@@ -58,7 +58,7 @@ class ScTpContentOptions : public SfxTabPage
void InitGridOpt();
DECL_LINK( GridHdl, weld::ComboBox&, void );
DECL_LINK( SelLbObjHdl, weld::ComboBox&, void );
- DECL_LINK( CBHdl, weld::ToggleButton&, void );
+ DECL_LINK( CBHdl, weld::Toggleable&, void );
public:
ScTpContentOptions(weld::Container* pPage, weld::DialogController* pController, const SfxItemSet& rArgSet);
@@ -96,7 +96,7 @@ class ScTpLayoutOptions : public SfxTabPage
std::unique_ptr<weld::CheckButton> m_xEnterPasteModeCB;
DECL_LINK(MetricHdl, weld::ComboBox&, void );
- DECL_LINK( AlignHdl, weld::ToggleButton&, void );
+ DECL_LINK( AlignHdl, weld::Toggleable&, void );
public: