unused ERR_SWG_OLD_GLOSSARY define

since

commit cae829e9c1
Date:   Tue Jun 11 14:05:02 2019 +0200

    loplugin:unusedmethods

Change-Id: I6e3c27fab44d70e3a2462cf348436b5669c07136
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142595
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
This commit is contained in:
Caolán McNamara 2022-11-28 12:42:38 +00:00
parent 988d719cfb
commit 98700f59bb
2 changed files with 0 additions and 2 deletions

View file

@ -41,7 +41,6 @@ const ErrMsgCode RID_SW_ERRHDL[] =
{ NC_("RID_SW_ERRHDL", "Format error discovered in the file in sub-document $(ARG1) at $(ARG2)(row,col)."), ERR_FORMAT_FILE_ROWCOL },
// Export-Errors
{ NC_("RID_SW_ERRHDL", "Error writing file.") , ERR_SWG_WRITE_ERROR },
{ NC_("RID_SW_ERRHDL", "Wrong AutoText document version.") , ERR_SWG_OLD_GLOSSARY },
{ NC_("RID_SW_ERRHDL", "Error in writing sub-document $(ARG1)."), ERR_WRITE_ERROR_FILE },
// Import-/Export-Errors
{ NC_("RID_SW_ERRHDL", "Internal error in %PRODUCTNAME Writer file format.") , ERR_CODE ( ErrCodeClass::Read , ERR_SWG_INTERNAL_ERROR ) },

View file

@ -28,7 +28,6 @@
#define ERR_WW8_NO_WW8_FILE_ERR ErrCode(ErrCodeArea::Sw, ErrCodeClass::Read, 14)
#define ERR_FORMAT_FILE_ROWCOL ErrCode(ErrCodeArea::Sw, ErrCodeClass::Read, 15)
#define ERR_SWG_WRITE_ERROR ErrCode(ErrCodeArea::Sw, ErrCodeClass::Write, 30 )
#define ERR_SWG_OLD_GLOSSARY ErrCode(ErrCodeArea::Sw, ErrCodeClass::Write, 31 )
#define ERR_WRITE_ERROR_FILE ErrCode(ErrCodeArea::Sw, ErrCodeClass::Write, 35 )
#define ERR_SWG_INTERNAL_ERROR ErrCode(ErrCodeArea::Sw, 50 )
#define ERR_TXTBLOCK_NEWFILE_ERROR ErrCode(ErrCodeArea::Sw, ErrCodeClass::Locking, 55 )