diff options
author | Kshitij Pathania <kshitijpathania@gmail.com> | 2018-02-12 03:27:50 +0530 |
---|---|---|
committer | Heiko Tietze <tietze.heiko@gmail.com> | 2018-04-02 09:27:07 +0200 |
commit | 5c573a2f7473bae7bb965ca36557cd1b0bf7b9c9 (patch) | |
tree | b42461f9af9d5ef596bacc05c2ac601a644bfee2 /postprocess | |
parent | e075ee967d0c030a22b7699ee54b5cbd49c07c17 (diff) |
tdf#115131 made a common submenu for toolbars and notebookbars
Also added the submenu in base, maths and draw
Change-Id: I94850c09c08fd3848eabe2597679634f30fbc735
Reviewed-on: https://gerrit.libreoffice.org/49575
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: andreas_kainz <kainz.a@gmail.com>
Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
Diffstat (limited to 'postprocess')
-rw-r--r-- | postprocess/CustomTarget_registry.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/postprocess/CustomTarget_registry.mk b/postprocess/CustomTarget_registry.mk index 177558a7c9e4..f89b0b0bd96c 100644 --- a/postprocess/CustomTarget_registry.mk +++ b/postprocess/CustomTarget_registry.mk @@ -182,7 +182,6 @@ postprocess_FILES_main := \ $(postprocess_XCS)/Office/UI/GenericCategories.xcs \ $(postprocess_XCS)/Office/UI/GenericCommands.xcs \ $(postprocess_XCS)/Office/UI/GlobalSettings.xcs \ - $(postprocess_XCS)/Office/UI/Notebookbar.xcs \ $(postprocess_XCS)/Office/UI/Sidebar.xcs \ $(postprocess_XCS)/Office/UI/StartModuleCommands.xcs \ $(postprocess_XCS)/Office/UI/StartModuleWindowState.xcs \ @@ -247,7 +246,6 @@ postprocess_FILES_main := \ $(postprocess_XCU)/Office/UI/Factories.xcu \ $(postprocess_XCU)/Office/UI/GenericCategories.xcu \ $(postprocess_XCU)/Office/UI/GenericCommands.xcu \ - $(postprocess_XCU)/Office/UI/Notebookbar.xcu \ $(postprocess_XCU)/Office/UI/Sidebar.xcu \ $(postprocess_XCU)/Office/UI/StartModuleWindowState.xcu \ $(postprocess_XCU)/Office/UI/ToolbarMode.xcu \ |