diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-07-31 23:54:29 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2019-08-06 08:23:30 +0200 |
commit | 5841be069cf9891669b385f62f2e7f8d8e877981 (patch) | |
tree | 196b883bcebea3b237cf3bc6df88092d4627d46a /officecfg | |
parent | d6def5f44f2d1b6cae58c215faecb6c3242666a1 (diff) |
tdf#107471 Add checkbox to enable/disable sending crash reports to TDF
Also hide it when compiled with --disable-breakpad i.e. most Linux distributions
Change-Id: I5d392e22410614550aa9602d0c30b0b81ec22ea0
Reviewed-on: https://gerrit.libreoffice.org/76771
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index b389379a836a..d216c029f41e 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -5471,6 +5471,13 @@ </info> <value>false</value> </prop> + <prop oor:name="CrashReport" oor:type="xs:boolean" oor:nillable="false"> + <!-- UIHints: Tools - Options - General --> + <info> + <desc>Enable sending crash reports to The Document Foundation</desc> + </info> + <value>true</value> + </prop> <prop oor:name="ShowTipOfTheDay" oor:type="xs:boolean" oor:nillable="false"> <!-- UIHints: Tools - Options - General --> <info> |