summaryrefslogtreecommitdiff
path: root/svx/source/inc/gridcell.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-05-19 10:54:34 +0100
committerCaolán McNamara <caolanm@redhat.com>2021-05-19 15:23:07 +0200
commit52aae0c8cd63cf68976bb1c464049cf00d3f942e (patch)
treeca928b1cb6f47030f6e3da3034a268f674b9c638 /svx/source/inc/gridcell.hxx
parent5d8ac801c00fbf1dc16ee8dbfe8167baf7ea0ce0 (diff)
pass CheckButton argument instead of its Button baseclass
Change-Id: I76f446266fcc74ba2db928ef1c5e764eead57997 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115801 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svx/source/inc/gridcell.hxx')
-rw-r--r--svx/source/inc/gridcell.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/inc/gridcell.hxx b/svx/source/inc/gridcell.hxx
index 3966a4954a15..0ffeebcf84b2 100644
--- a/svx/source/inc/gridcell.hxx
+++ b/svx/source/inc/gridcell.hxx
@@ -672,7 +672,7 @@ private:
void SetList(const css::uno::Any& rItems, bool bComboBox);
void CreateControl(BrowserDataWin* pParent, const css::uno::Reference< css::beans::XPropertySet >& xModel);
- DECL_LINK( OnClick, weld::Button&, void );
+ DECL_LINK(OnToggle, weld::CheckButton&, void);
css::uno::Sequence< OUString > m_aValueList;
OUString m_aText;