diff options
author | Akshay Deep <akshaydeepiitr@gmail.com> | 2016-06-02 20:37:42 +0530 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2016-06-03 14:15:10 +0000 |
commit | f402a06a6abd011b2be024ce3b847edfbcb82908 (patch) | |
tree | db52284dc7f62e446df48f6182a98f4c8fa13189 /include/sfx2/templatedlg.hxx | |
parent | dc78e5c6f5f55b0289012f4c4e6013d2935b1cc6 (diff) |
Reduce duplicate code in Template Manager
Remove ViewBar and put contents in ActionBar
Change-Id: I6551d36503f659f076ecf2b6766c6a14db771a1d
Reviewed-on: https://gerrit.libreoffice.org/25833
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'include/sfx2/templatedlg.hxx')
-rw-r--r-- | include/sfx2/templatedlg.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sfx2/templatedlg.hxx b/include/sfx2/templatedlg.hxx index e404e881e7f3..d9730d1c1ce1 100644 --- a/include/sfx2/templatedlg.hxx +++ b/include/sfx2/templatedlg.hxx @@ -148,7 +148,6 @@ protected: VclPtr<PushButton> mpExportButton; VclPtr<PushButton> mpImportButton; VclPtr<PushButton> mpLinkButton; - VclPtr<ToolBox> mpViewBar; VclPtr<ToolBox> mpActionBar; VclPtr<TemplateSearchView> mpSearchView; VclPtr<TemplateAbstractView> mpCurView; |