diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-06-05 15:04:58 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-06-06 08:16:10 +0200 |
commit | 86cefcf4dfeefc9c08dc1b6d30f9920db52bcc99 (patch) | |
tree | 9858b72c1641ca42146f06b2859263f82d810bfe /include/vcl | |
parent | de8caac6bee3237ba634e7dce2e4635dc8bba57b (diff) |
replace PRINTER_OK with ERRORCODE_NONE
since the first is #define'd to the second, and offers no extra value
Change-Id: Id3ce344e246d88b34d0e0fc2619da13f67587000
Reviewed-on: https://gerrit.libreoffice.org/38409
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/errcode.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/vcl/errcode.hxx b/include/vcl/errcode.hxx index de41eae4b4af..ecd7c788c0cd 100644 --- a/include/vcl/errcode.hxx +++ b/include/vcl/errcode.hxx @@ -252,7 +252,6 @@ inline sal_uInt32 ERRCODE_TOERROR( ErrCode x ) // For the EditEngine: #define SVSTREAM_ERRBASE_USER ERRCODE_AREA_LIB1 -#define PRINTER_OK ERRCODE_NONE #define PRINTER_ABORT ERRCODE_IO_ABORT #define PRINTER_GENERALERROR ERRCODE_IO_GENERAL |