summaryrefslogtreecommitdiff
path: root/scp2/source/ooo/common_brand.scp
diff options
context:
space:
mode:
Diffstat (limited to 'scp2/source/ooo/common_brand.scp')
-rw-r--r--scp2/source/ooo/common_brand.scp14
1 files changed, 14 insertions, 0 deletions
diff --git a/scp2/source/ooo/common_brand.scp b/scp2/source/ooo/common_brand.scp
index 7eb4e0e6ba6d..5ba90d0ef618 100644
--- a/scp2/source/ooo/common_brand.scp
+++ b/scp2/source/ooo/common_brand.scp
@@ -634,6 +634,12 @@ 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;
@@ -1199,3 +1205,11 @@ 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