diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2017-08-23 20:19:58 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-24 07:53:30 +0200 |
commit | 02c53f744ed23e2149fc7c83d67cb7d8aa5eb0ed (patch) | |
tree | a9b68688e442c0a3a4f2a15336a4403d347458cc /svtools | |
parent | 311be7d70146e4963e4dfd1f39d6c71d45d241ca (diff) |
remove unused error codes in svtools
which seem to be unused since initial import
Change-Id: Id5216bac53fafc1020003de10d8dde381b1121cf
Reviewed-on: https://gerrit.libreoffice.org/41491
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/inc/errtxt.hrc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/svtools/inc/errtxt.hrc b/svtools/inc/errtxt.hrc index 1383d224c51b..c80892692d02 100644 --- a/svtools/inc/errtxt.hrc +++ b/svtools/inc/errtxt.hrc @@ -112,7 +112,6 @@ const ErrMsgCode RID_ERRHDL[] = { NC_("RID_ERRHDL", "The contents could not be created.") , ErrCode(ERRCODE_SFX_CANTCREATECONTENT) }, { NC_("RID_ERRHDL", "The file name is too long for the target file system.") , ErrCode(ERRCODE_IO_NAMETOOLONG) }, { NC_("RID_ERRHDL", "The input syntax is invalid.") , ErrCode(ERRCODE_SFX_INVALIDSYNTAX) }, - { NC_("RID_ERRHDL", "The input syntax is invalid.") , ErrCode(ERRCODE_SFX_CANTCREATEFOLDER) }, { NC_("RID_ERRHDL", "This document contains attributes that cannot be saved in the selected format.\nPlease save the document in a %PRODUCTNAME %PRODUCTVERSION file format."), ErrCode(ERRCODE_IO_NOTSTORABLEINBINARYFORMAT) }, { NC_("RID_ERRHDL", "The maximum number of documents that can be opened at the same time has been reached. You need to close one or more documents before you can open a new document."), ErrCode(ERRCODE_SFX_NOMOREDOCUMENTSALLOWED) }, { NC_("RID_ERRHDL", "Could not create backup copy.") , ErrCode(ERRCODE_SFX_CANTCREATEBACKUP) }, @@ -134,10 +133,6 @@ const ErrMsgCode RID_SO_ERROR_HANDLER[] = { { NC_("RID_ERRHDL", "General OLE error."), ErrCode(sal_uInt32(ERRCODE_SO_GENERALERROR) & S_MAX) }, - { NC_("RID_ERRHDL", "False."), - ErrCode(sal_uInt32(ERRCODE_SO_FALSE) & S_MAX) }, - { NC_("RID_ERRHDL", "Data not available at this time."), - ErrCode(sal_uInt32(ERRCODE_SO_PENDING) & S_MAX) }, { NC_("RID_ERRHDL", "The action cannot be executed in the object's current state."), ErrCode(sal_uInt32(ERRCODE_SO_CANNOT_DOVERB_NOW) & S_MAX) }, { NC_("RID_ERRHDL", "The object does not support any actions."), |