From c6bee0aad804c32a4367adc04878648427b06b5a Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sun, 29 Sep 2019 17:29:28 +0100 Subject: weld CuiAboutConfigTabPage MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I7bc83277503b7981b05fd358b0fd68e19d8232ae Reviewed-on: https://gerrit.libreoffice.org/79819 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- cui/source/inc/autocdlg.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'cui/source/inc/autocdlg.hxx') diff --git a/cui/source/inc/autocdlg.hxx b/cui/source/inc/autocdlg.hxx index 3def561b87d0..dbf437dfbe5a 100644 --- a/cui/source/inc/autocdlg.hxx +++ b/cui/source/inc/autocdlg.hxx @@ -177,6 +177,7 @@ private: std::unique_ptr m_xNewReplacePB; std::unique_ptr m_xReplacePB; std::unique_ptr m_xDeleteReplacePB; + std::unique_ptr m_xButtonBox; DECL_LINK(SelectHdl, weld::TreeView&, void); DECL_LINK(NewDelButtonHdl, weld::Button&, void); -- cgit