diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-06-05 15:52:38 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-06-06 08:16:22 +0200 |
commit | e4ffd9388968c717fe4c21222f322fe1c375c434 (patch) | |
tree | d7156419127734c271fc483860c6df7de3803034 /sc/inc/scerrors.hxx | |
parent | 86cefcf4dfeefc9c08dc1b6d30f9920db52bcc99 (diff) |
replace SCERR_NONE with ERRORCODE_NONE
since the first is #define'd to the second, and offers no extra value
Change-Id: I8268b4969ccdc090eeb8cd877e476bb32d2ddd1b
Reviewed-on: https://gerrit.libreoffice.org/38410
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/inc/scerrors.hxx')
-rw-r--r-- | sc/inc/scerrors.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/inc/scerrors.hxx b/sc/inc/scerrors.hxx index a1f7493605bd..3555a9f8a171 100644 --- a/sc/inc/scerrors.hxx +++ b/sc/inc/scerrors.hxx @@ -22,8 +22,6 @@ #include <vcl/errcode.hxx> -#define SCERR_NONE 0 - // ERRCODE_CLASS_READ - file related, displays "Read-Error" in MsgBox #define SCERR_IMPORT_CONNECT ( 1 | ERRCODE_CLASS_READ | ERRCODE_AREA_SC ) #define SCERR_IMPORT_OPEN ( 2 | ERRCODE_CLASS_READ | ERRCODE_AREA_SC ) |