diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-02-07 17:22:02 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-07 20:11:41 +0000 |
commit | 40078b3ef32a60852f692d6ed222cb767133d7e0 (patch) | |
tree | 74f23ca2d6215fef31bbdf06b438b05a77506a72 /officecfg | |
parent | 10da10ee6ba37f4861045d1f8db0022293433cec (diff) |
remove the 4 send crash report tabpages
and other logical consequences of
officecfg::Office::Recovery::CrashReporter::Enabled == false
because we have this disabled by default since the first LibreOffice release
and we have no backend infrastucture to handle the submissions anyway and it's
blocking conversion of legacy .src dialogs to .ui format
Change-Id: Id5481af3ec970032b3728c0e6cc0c6a52d3ed3dc
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Recovery.xcs | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Recovery.xcs b/officecfg/registry/schema/org/openoffice/Office/Recovery.xcs index 73d888bc6184..5e7af2d89d64 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Recovery.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Recovery.xcs @@ -108,17 +108,6 @@ <value>false</value> </prop> </group> - <group oor:name="CrashReporter"> - <info> - <desc>Settings for the crash reporter.</desc> - </info> - <prop oor:name="Enabled" oor:type="xs:boolean" oor:nillable="false"> - <info> - <desc>Specifies if the crash reporter should be enabled or disabled.</desc> - </info> - <value>false</value> - </prop> - </group> <group oor:name="AutoSave"> <info> <desc> </desc> |