diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-06-21 12:45:21 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-06-21 20:58:36 +0200 |
commit | 14c763e793780fec3f4e6280db437e4cda8bbd7c (patch) | |
tree | 48ce5fdc506b70ee7856677052759d3c9802d890 /include | |
parent | 6580e171ad054dca38f55822e67a400191cecdf5 (diff) |
s/ERRCODE_SBX_OK/ERRCODE_NONE
adds no value
Change-Id: Iedf7a6a7be28fed4059b576312890be8cbb980d7
Reviewed-on: https://gerrit.libreoffice.org/39056
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/basic/sbxdef.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/basic/sbxdef.hxx b/include/basic/sbxdef.hxx index e524f7e225c6..2e87cf6f196d 100644 --- a/include/basic/sbxdef.hxx +++ b/include/basic/sbxdef.hxx @@ -128,8 +128,6 @@ enum class SbxNameType { // Type of the questioned name of a variable // New error codes per define -#define ERRCODE_SBX_OK ERRCODE_NONE // processed - #define ERRCODE_SBX_SYNTAX ErrCode(1UL | ERRCODE_AREA_SBX | ERRCODE_CLASS_COMPILER) #define ERRCODE_SBX_NOTIMP ErrCode(2UL | ERRCODE_AREA_SBX | ERRCODE_CLASS_NOTSUPPORTED) #define ERRCODE_SBX_OVERFLOW ErrCode(3UL | ERRCODE_AREA_SBX | ERRCODE_CLASS_SBX) // overflow |