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 /include/svtools/soerr.hxx | |
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 'include/svtools/soerr.hxx')
-rw-r--r-- | include/svtools/soerr.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/svtools/soerr.hxx b/include/svtools/soerr.hxx index 71cc15bc39f4..1d09ca527d00 100644 --- a/include/svtools/soerr.hxx +++ b/include/svtools/soerr.hxx @@ -28,8 +28,6 @@ #define SO_WRN(x) ErrCode(ErrCodeArea::So, ERRCODE_CLASS_SO | ERRCODE_WARNING_MASK | x) #define ERRCODE_SO_GENERALERROR SO_ERR(1) -#define ERRCODE_SO_FALSE SO_WRN(23) -#define ERRCODE_SO_PENDING SO_ERR(25) #define ERRCODE_SO_CANNOT_DOVERB_NOW SO_WRN(28) #define ERRCODE_SO_NOVERBS SO_ERR(30) #define ERRCODE_SO_NOTIMPL SO_ERR(33) |