diff options
author | Roman Kuznetsov <antilibreoffice@gmail.com> | 2019-03-13 19:18:49 +0100 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2019-03-14 08:52:29 +0100 |
commit | 00f96e88a7c6feea98d446e82a2718c5aae6256c (patch) | |
tree | 9bff711b6e7b70ede72cd6a9f913a72ac237981e /sfx2/source | |
parent | c196d70337f6b755cfc4c34beda05554c6fab114 (diff) |
tdf#112411 Remove all that remains of the More controls toolbars
Change-Id: I82a348c7be067e777dced15dd014b8139cc9b1dc
Reviewed-on: https://gerrit.libreoffice.org/69224
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'sfx2/source')
-rw-r--r-- | sfx2/source/appl/workwin.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sfx2/source/appl/workwin.cxx b/sfx2/source/appl/workwin.cxx index a349a8084984..529451920676 100644 --- a/sfx2/source/appl/workwin.cxx +++ b/sfx2/source/appl/workwin.cxx @@ -74,7 +74,6 @@ static const ResIdToResName pToolBarResToName[] = { ToolbarId::SvxTbx_Form_Filter, "formsfilterbar" }, { ToolbarId::SvxTbx_Text_Control_Attributes, "formtextobjectbar" }, { ToolbarId::SvxTbx_Controls, "formcontrols" }, - { ToolbarId::SvxTbx_MoreControls, "moreformcontrols" }, { ToolbarId::SvxTbx_FormDesign, "formdesign" }, { ToolbarId::Math_Toolbox, "toolbar" }, //math { ToolbarId::Text_Toolbox_Sc, "textobjectbar" }, //calc |