diff --git a/scp2/source/ooo/file_ooo.scp b/scp2/source/ooo/file_ooo.scp index dffee3ec50e9..d3f596fef816 100644 --- a/scp2/source/ooo/file_ooo.scp +++ b/scp2/source/ooo/file_ooo.scp @@ -315,7 +315,6 @@ STD_JAR_FILE( gid_File_Jar_Smoketest, smoketest ) STD_JAR_FILE( gid_File_Jar_Table, table ) STD_JAR_FILE( gid_File_Jar_Form, form ) STD_JAR_FILE( gid_File_Jar_Query, query ) -STD_JAR_FILE( gid_File_Jar_Web, web ) STD_JAR_FILE( gid_File_Jar_Xmerge, xmerge ) STD_JAR_FILE( gid_File_Jar_Xmergebridge, XMergeBridge ) #endif diff --git a/wizards/Module_wizards.mk b/wizards/Module_wizards.mk index 5d6c5941feb9..1e88f9af4cfb 100644 --- a/wizards/Module_wizards.mk +++ b/wizards/Module_wizards.mk @@ -60,7 +60,6 @@ $(eval $(call gb_Module_add_targets,wizards,\ Jar_report \ Jar_reportbuilder \ Jar_table \ - Jar_web \ )) endif