diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2016-06-16 17:09:32 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-02-17 22:21:57 +0000 |
commit | 5b3022860abfe7eefd2e25b60b5b2a563b42b3c0 (patch) | |
tree | 2282861b405cad2e8f8e60f20d614a8e7b1d0f2f /postprocess | |
parent | 9bc537b7943bc4d82e759b394941f89c35658516 (diff) |
tdf#99967 Drop Web Wizard
Change-Id: Ibc0f45a03e16f3fe4ee54b24de30ba88e43a4aab
Reviewed-on: https://gerrit.libreoffice.org/26381
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'postprocess')
-rw-r--r-- | postprocess/CustomTarget_registry.mk | 2 | ||||
-rw-r--r-- | postprocess/Rdb_services.mk | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/postprocess/CustomTarget_registry.mk b/postprocess/CustomTarget_registry.mk index 5fa06e63c484..d71b762c873a 100644 --- a/postprocess/CustomTarget_registry.mk +++ b/postprocess/CustomTarget_registry.mk @@ -192,7 +192,6 @@ postprocess_FILES_main := \ $(postprocess_XCS)/Office/UI/WindowState.xcs \ $(postprocess_XCS)/Office/UI.xcs \ $(postprocess_XCS)/Office/Views.xcs \ - $(postprocess_XCS)/Office/WebWizard.xcs \ $(postprocess_XCS)/Office/Writer.xcs \ $(postprocess_XCS)/Office/WriterWeb.xcs \ $(postprocess_XCS)/Setup.xcs \ @@ -255,7 +254,6 @@ postprocess_FILES_main := \ $(postprocess_XCU)/Office/UI/ToolbarMode.xcu \ $(postprocess_XCU)/Office/UI.xcu \ $(postprocess_XCU)/Office/Views.xcu \ - $(postprocess_XCU)/Office/WebWizard.xcu \ $(postprocess_XCU)/Office/Writer.xcu \ $(postprocess_XCU)/Setup.xcu \ $(postprocess_XCU)/System.xcu \ diff --git a/postprocess/Rdb_services.mk b/postprocess/Rdb_services.mk index d77898e56d91..a75315a85fac 100644 --- a/postprocess/Rdb_services.mk +++ b/postprocess/Rdb_services.mk @@ -181,7 +181,6 @@ $(eval $(call gb_Rdb_add_components,services,\ wizards/com/sun/star/wizards/agenda/agenda \ wizards/com/sun/star/wizards/fax/fax \ wizards/com/sun/star/wizards/letter/letter \ - wizards/com/sun/star/wizards/web/web \ ) \ ) \ $(if $(ENABLE_CAIRO_CANVAS), \ |