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 /include | |
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 'include')
-rw-r--r-- | include/svx/dialogs.hrc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/svx/dialogs.hrc b/include/svx/dialogs.hrc index cc31b77e504b..65eb7c30145a 100644 --- a/include/svx/dialogs.hrc +++ b/include/svx/dialogs.hrc @@ -1019,15 +1019,11 @@ // recycling ids from DBMgr #define RID_SVX_MDLG_DOCRECOVERY_PROGR ( RID_SVX_START + 11 ) #define RID_SVX_MDLG_DOCRECOVERY_BROKEN ( RID_SVX_START + 12 ) -#define RID_SVX_MDLG_ERR_REP_OPTIONS ( RID_SVX_START + 13 ) -#define RID_SVX_MDLG_ERR_REP_PREVIEW ( RID_SVX_START + 14 ) #define RID_SVX_TABDLG_DOCRECOVERY ( RID_SVX_START + 0 ) #define RID_SVXPAGE_DOCRECOVERY_SAVE ( RID_SVX_START + 8 ) #define RID_SVXPAGE_DOCRECOVERY_RECOVER ( RID_SVX_START + 9 ) -#define RID_SVXPAGE_ERR_REP_WELCOME ( RID_SVX_START + 10 ) -#define RID_SVXPAGE_ERR_REP_SEND ( RID_SVX_START + 11 ) // ---------------------------------------------------------------------------- |