summaryrefslogtreecommitdiff
path: root/scp2/source/ooo
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2017-01-26 13:53:21 +0100
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2017-01-27 11:25:39 +0000
commit6fd00998fa63e4f679b4dd00d7a2a7d45f4a30f4 (patch)
tree7d26b89c7721f0bbb568ef687e65e1bcc5a76bf2 /scp2/source/ooo
parent3aae650d0f6688eb0c35ec4d36654efe508977da (diff)
Put crash directory config in soffice.ini, instead of own ini file
Change-Id: I3a7aa394792c47c6c5a3a553174d177e66ade617 Reviewed-on: https://gerrit.libreoffice.org/33582 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'scp2/source/ooo')
-rw-r--r--scp2/source/ooo/common_brand.scp22
1 files changed, 8 insertions, 14 deletions
diff --git a/scp2/source/ooo/common_brand.scp b/scp2/source/ooo/common_brand.scp
index 5ba90d0ef618..ff562ea3dd09 100644
--- a/scp2/source/ooo/common_brand.scp
+++ b/scp2/source/ooo/common_brand.scp
@@ -634,12 +634,6 @@ Profile gid_Brand_Profile_Fundamental_Ini
Dir = GID_BRAND_DIR_ETC;
End
-Profile gid_Brand_Profile_Crashreport_Ini
- ModuleID = gid_Module_Root_Brand;
- Name = PROFILENAME(crashreport);
- Dir = GID_BRAND_DIR_ETC;
-End
-
#if !defined MACOSX
Profile gid_Brand_Profile_Redirect_Ini
ModuleID = gid_Module_Root_Brand;
@@ -772,6 +766,14 @@ ProfileItem gid_Brand_Profileitem_Soffice_Hideeula
Value = "1";
End
+ProfileItem gid_Brand_Profileitem_Soffice_CrashDirectory
+ ProfileID = gid_Brand_Profile_Soffice_Ini;
+ ModuleID = gid_Module_Root_Brand;
+ Section = "Bootstrap";
+ Key = "CrashDirectory";
+ Value = "${$BRAND_BASE_DIR/" LIBO_ETC_FOLDER "/" PROFILENAME(bootstrap) ":UserInstallation}/crash";
+End
+
ProfileItem gid_Brand_Profileitem_Version_Buildid
ProfileID = gid_Brand_Profile_Version_Ini;
ModuleID = gid_Module_Root_Brand;
@@ -1205,11 +1207,3 @@ ProfileItem gid_Brand_Profileitem_Setup_Install
Styles = (INIFILETABLE);
End
#endif
-
-ProfileItem gid_Brand_Profileitem_CrashReport_Path
- ProfileID = gid_Brand_Profile_Crashreport_Ini;
- ModuleID = gid_Module_Root_Brand;
- Section = "CrashReport";
- Key = "CrashDirectory";
- Value = "${$BRAND_BASE_DIR/" LIBO_ETC_FOLDER "/" PROFILENAME(bootstrap) ":UserInstallation}/crash";
-End