summaryrefslogtreecommitdiff
path: root/sw/source/uibase
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-05-20 14:39:56 +0100
committerCaolán McNamara <caolanm@redhat.com>2021-05-20 17:31:26 +0200
commitf7aca9ed4533f202e87141ca7a65d9949a36c9a1 (patch)
tree84046171c1ec08d9a05ef208a2b5ee09c670e7c0 /sw/source/uibase
parent253f7af7bcd2337a06c027852286616ff91d2e3f (diff)
HeaderHdl only does something for the m_xCbTableHeadon case
drop the others Change-Id: Ibc07996ada54437c44201cb32f70bd594dd4a202 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115878 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/source/uibase')
-rw-r--r--sw/source/uibase/inc/dbinsdlg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/inc/dbinsdlg.hxx b/sw/source/uibase/inc/dbinsdlg.hxx
index 0dc715d1c6fd..2d3206331e2f 100644
--- a/sw/source/uibase/inc/dbinsdlg.hxx
+++ b/sw/source/uibase/inc/dbinsdlg.hxx
@@ -131,7 +131,7 @@ class SwInsertDBColAutoPilot : public SfxDialogController, public utl::ConfigIte
DECL_LINK( TVSelectHdl, weld::TreeView&, void );
DECL_LINK( CBSelectHdl, weld::ComboBox&, void );
DECL_LINK( DblClickHdl, weld::TreeView&, bool );
- DECL_LINK( HeaderHdl, weld::Button&, void );
+ DECL_LINK( HeaderHdl, weld::ToggleButton&, void );
bool SplitTextToColArr( const OUString& rText, DB_Columns& rColArr, bool bInsField );
virtual void Notify( const css::uno::Sequence< OUString >& aPropertyNames ) override;