diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-09-29 17:29:28 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-09-30 20:32:06 +0200 |
commit | c6bee0aad804c32a4367adc04878648427b06b5a (patch) | |
tree | 4eef246a8cc9b8fb75719e7b92c55bfb3a755f6c /cui/source/inc/autocdlg.hxx | |
parent | 2b407a8a9a34423434a1272b9571db8ea0abfa36 (diff) |
weld CuiAboutConfigTabPage
Change-Id: I7bc83277503b7981b05fd358b0fd68e19d8232ae
Reviewed-on: https://gerrit.libreoffice.org/79819
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui/source/inc/autocdlg.hxx')
-rw-r--r-- | cui/source/inc/autocdlg.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
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<weld::Button> m_xNewReplacePB; std::unique_ptr<weld::Button> m_xReplacePB; std::unique_ptr<weld::Button> m_xDeleteReplacePB; + std::unique_ptr<weld::Container> m_xButtonBox; DECL_LINK(SelectHdl, weld::TreeView&, void); DECL_LINK(NewDelButtonHdl, weld::Button&, void); |