From 278de7812d88a9f76e2b0ff57c3f4cb1097d4b2f Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 27 Feb 2020 20:01:42 +0000 Subject: tdf#130989 we want to fill the menu when the menubutton is toggled on MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I85615277d3367ac679315745b47c1a7327c61903 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89648 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- sw/source/uibase/inc/outline.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/source/uibase/inc') diff --git a/sw/source/uibase/inc/outline.hxx b/sw/source/uibase/inc/outline.hxx index 58f2383936fe..cf0f1818d86d 100644 --- a/sw/source/uibase/inc/outline.hxx +++ b/sw/source/uibase/inc/outline.hxx @@ -45,7 +45,7 @@ class SwOutlineTabDialog final : public SfxTabDialogController std::unique_ptr m_xMenuButton; DECL_LINK(CancelHdl, weld::Button&, void); - DECL_LINK(FormHdl, weld::Button&, void); + DECL_LINK(FormHdl, weld::ToggleButton&, void); DECL_LINK(MenuSelectHdl, const OString&, void); virtual void PageCreated(const OString& rPageId, SfxTabPage& rPage) override; -- cgit