diff options
author | Alexander Wilms <f.alexander.wilms@gmail.com> | 2014-02-25 19:50:41 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-26 08:44:09 -0600 |
commit | f7857265f2b36a884b189e43f514026a34b5a882 (patch) | |
tree | bcc7fbbcdaf84c72c673e7e71b668636bcdb5f62 /rsc | |
parent | fed2f0698c4e108c2ad65ec5a6ae8c6211c14326 (diff) |
Remove visual noise from rsc
Change-Id: Idc310247ae677687fbfb2912d9e4a0f5e5880190
Reviewed-on: https://gerrit.libreoffice.org/8296
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'rsc')
-rw-r--r-- | rsc/inc/rscerror.h | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/rsc/inc/rscerror.h b/rsc/inc/rscerror.h index 6c7fd6ef1926..418cb85d39d7 100644 --- a/rsc/inc/rscerror.h +++ b/rsc/inc/rscerror.h @@ -28,9 +28,9 @@ #define ERR_OPENFILE 0x0102 // Return #define ERR_NOCHAR 0x0103 // Return #define ERR_NORSCINST 0x0104 // Return -#define ERR_USAGE 0x0105 // +#define ERR_USAGE 0x0105 #define ERR_NOINPUT 0x0106 // Return -#define ERR_UNKNOWNSW 0x0107 // +#define ERR_UNKNOWNSW 0x0107 #define ERR_REFTODEEP 0x0108 // Return #define ERR_FILEFORMAT 0x0109 // Return #define ERR_FILESIZE 0x010A // Return @@ -52,22 +52,22 @@ #define ERR_RSCINST_RESERVEDNAME (ERR_RSCINST +2 ) // Return #define ERR_LEX 0x0270 -#define ERR_YACC 0x0280 // -#define ERR_DOUBLEID (ERR_YACC +1 ) // -#define ERR_FALSETYPE (ERR_YACC +2 ) // -#define ERR_NOVARIABLENAME (ERR_YACC +3 ) // -#define ERR_USHORTRANGE (ERR_YACC +4 ) // -#define ERR_IDRANGE (ERR_YACC +5 ) // -#define ERR_NOCOPYOBJ (ERR_YACC +6 ) // +#define ERR_YACC 0x0280 +#define ERR_DOUBLEID (ERR_YACC +1 ) +#define ERR_FALSETYPE (ERR_YACC +2 ) +#define ERR_NOVARIABLENAME (ERR_YACC +3 ) +#define ERR_USHORTRANGE (ERR_YACC +4 ) +#define ERR_IDRANGE (ERR_YACC +5 ) +#define ERR_NOCOPYOBJ (ERR_YACC +6 ) #define ERR_REFNOTALLOWED (ERR_YACC +7 ) // Return -#define ERR_DOUBLEDEFINE (ERR_YACC +8 ) // -#define ERR_COPYNOTALLOWED (ERR_YACC +9 ) // -#define ERR_IDEXPECTED (ERR_YACC +10) // -#define ERR_ZERODIVISION (ERR_YACC +11) // -#define ERR_PRAGMA (ERR_YACC +12) // -#define ERR_DECLAREDEFINE (ERR_YACC +13) // -#define ERR_NOTUPELNAME (ERR_YACC +14) // -#define ERR_NOTYPE (ERR_YACC +15) // +#define ERR_DOUBLEDEFINE (ERR_YACC +8 ) +#define ERR_COPYNOTALLOWED (ERR_YACC +9 ) +#define ERR_IDEXPECTED (ERR_YACC +10) +#define ERR_ZERODIVISION (ERR_YACC +11) +#define ERR_PRAGMA (ERR_YACC +12) +#define ERR_DECLAREDEFINE (ERR_YACC +13) +#define ERR_NOTUPELNAME (ERR_YACC +14) +#define ERR_NOTYPE (ERR_YACC +15) #define ERR_RSCARRAY 0x02A0 // Return #define ERR_ARRAY_INVALIDINDEX (ERR_RSCARRAY +1 ) // Return |