summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--instsetoo_native/CustomTarget_setup.mk5
-rw-r--r--scp2/source/ooo/common_brand.scp18
2 files changed, 1 insertions, 22 deletions
diff --git a/instsetoo_native/CustomTarget_setup.mk b/instsetoo_native/CustomTarget_setup.mk
index 2b9429c3c9f6..3226cd66580f 100644
--- a/instsetoo_native/CustomTarget_setup.mk
+++ b/instsetoo_native/CustomTarget_setup.mk
@@ -34,10 +34,7 @@ $(call gb_CustomTarget_get_workdir,instsetoo_native/setup)/$(call gb_Helper_get_
$(call gb_CustomTarget_get_workdir,instsetoo_native/setup)/$(call gb_Helper_get_rcfile,bootstrap) :
$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),ECH,1)
( \
- echo '[ErrorReport]' \
- && echo 'ErrorReportPort=80' \
- && echo 'ErrorReportServer=report.libreoffice.org' \
- && echo '[Bootstrap]' \
+ echo '[Bootstrap]' \
&& echo 'InstallMode=<installmode>' \
&& echo 'ProductKey=$(PRODUCTNAME) $(PRODUCTVERSION)' \
$(if $(ENABLE_RELEASE_BUILD),\
diff --git a/scp2/source/ooo/common_brand.scp b/scp2/source/ooo/common_brand.scp
index 1f88ada84564..7eb4e0e6ba6d 100644
--- a/scp2/source/ooo/common_brand.scp
+++ b/scp2/source/ooo/common_brand.scp
@@ -644,15 +644,6 @@ End
// ProfileItems
-ProfileItem gid_Brand_Profileitem_Bootstrap_Errorreport_Server
- ProfileID = gid_Brand_Profile_Bootstrap_Ini;
- ModuleID = gid_Module_Root_Brand;
- Section = "ErrorReport";
- Order = 8;
- Key = "ErrorReportServer";
- Value = "report.libreoffice.org";
-End
-
ProfileItem gid_Brand_Profileitem_Bootstrap_Productkey
ProfileID = gid_Brand_Profile_Bootstrap_Ini;
ModuleID = gid_Module_Root_Brand;
@@ -662,15 +653,6 @@ ProfileItem gid_Brand_Profileitem_Bootstrap_Productkey
Value = "<productkey>";
End
-ProfileItem gid_Brand_Profileitem_Bootstrap_Errorreport_Port
- ProfileID = gid_Brand_Profile_Bootstrap_Ini;
- ModuleID = gid_Module_Root_Brand;
- Section = "ErrorReport";
- Order = 7;
- Key = "ErrorReportPort";
- Value = "80";
-End
-
ProfileItem gid_Brand_Profileitem_Bootstrap_Installmode
ProfileID = gid_Brand_Profile_Bootstrap_Ini;
ModuleID = gid_Module_Root_Brand;