summaryrefslogtreecommitdiff
path: root/include/sfx2
diff options
context:
space:
mode:
authorRoman Kuznetsov <antilibreoffice@gmail.com>2019-03-13 19:18:49 +0100
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2019-03-14 08:52:29 +0100
commit00f96e88a7c6feea98d446e82a2718c5aae6256c (patch)
tree9bff711b6e7b70ede72cd6a9f913a72ac237981e /include/sfx2
parentc196d70337f6b755cfc4c34beda05554c6fab114 (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 'include/sfx2')
-rw-r--r--include/sfx2/shell.hxx1
-rw-r--r--include/sfx2/toolbarids.hxx1
2 files changed, 0 insertions, 2 deletions
diff --git a/include/sfx2/shell.hxx b/include/sfx2/shell.hxx
index f137729540b1..17bbcf3d9229 100644
--- a/include/sfx2/shell.hxx
+++ b/include/sfx2/shell.hxx
@@ -94,7 +94,6 @@ enum class SfxShellFeature
FormShowFilterNavigator = 0x0100,
FormShowTextControlBar = 0x0200,
FormTBControls = 0x0400,
- FormTBMoreControls = 0x0800,
FormTBDesign = 0x1000,
FormShowDataNavigator = 0x2000,
// masks to make sure modules don't use flags from another
diff --git a/include/sfx2/toolbarids.hxx b/include/sfx2/toolbarids.hxx
index bf02ce14634c..1aedb4eda32f 100644
--- a/include/sfx2/toolbarids.hxx
+++ b/include/sfx2/toolbarids.hxx
@@ -26,7 +26,6 @@ enum class ToolbarId : sal_uInt32
SvxTbx_Form_Filter = 18002,
SvxTbx_Text_Control_Attributes = 18003,
SvxTbx_Controls = 18004,
- SvxTbx_MoreControls = 18005,
SvxTbx_FormDesign = 18006,
Math_Toolbox = 20050,
Webtools_Toolbox = 20402,