summaryrefslogtreecommitdiff
path: root/include/sfx2/templatedlg.hxx
diff options
context:
space:
mode:
authorAkshay Deep <akshaydeepiitr@gmail.com>2016-03-27 17:33:53 +0530
committerOlivier Hallot <ohallot@collabora.co.uk>2016-03-28 10:17:56 +0000
commit529848375abbe5b11e06e7ce37fca1feb20630a8 (patch)
treef00c4ba785eb22b8e09d1d5c86ad6f891ace46eb /include/sfx2/templatedlg.hxx
parent08df97bbe68efbe31d40cb3fd40fe24103a078f5 (diff)
tdf#59698 Template Manager: 'OK' and 'Help' buttons added
Change-Id: I0ec224eb5c6b11a8d589def477f3cf8429195f2c Reviewed-on: https://gerrit.libreoffice.org/23552 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk> Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
Diffstat (limited to 'include/sfx2/templatedlg.hxx')
-rw-r--r--include/sfx2/templatedlg.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sfx2/templatedlg.hxx b/include/sfx2/templatedlg.hxx
index 796647f8fa90..ba3dbbf7ae55 100644
--- a/include/sfx2/templatedlg.hxx
+++ b/include/sfx2/templatedlg.hxx
@@ -70,6 +70,8 @@ private:
DECL_LINK_TYPED(TBXTemplateHdl, ToolBox*, void);
DECL_LINK_TYPED(TBXDropdownHdl, ToolBox*, void);
+ DECL_LINK_TYPED(OkClickHdl, Button*, void);
+
DECL_LINK_TYPED(TVItemStateHdl, const ThumbnailViewItem*, void);
DECL_LINK_TYPED(MenuSelectHdl, Menu*, bool);
@@ -146,6 +148,7 @@ private:
VclPtr<TabControl> mpTabControl;
VclPtr<Edit> mpSearchEdit;
+ VclPtr<PushButton> mpOKButton;
VclPtr<ToolBox> mpViewBar;
VclPtr<ToolBox> mpActionBar;
VclPtr<ToolBox> mpTemplateBar;