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 /desktop/inc/app.hxx | |
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 'desktop/inc/app.hxx')
-rw-r--r-- | desktop/inc/app.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/desktop/inc/app.hxx b/desktop/inc/app.hxx index fb30a7a00502..efe4edc4a4b9 100644 --- a/desktop/inc/app.hxx +++ b/desktop/inc/app.hxx @@ -169,7 +169,6 @@ class Desktop : public Application static sal_Bool SaveTasks(); - static void retrieveCrashReporterState(); static sal_Bool isUIOnSessionShutdownAllowed(); // on-demand acceptors |