summaryrefslogtreecommitdiff
path: root/include/vcl
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-11-29 12:20:39 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-11-30 07:21:02 +0100
commit5ecc8e79d84c985fc5835b941924541c135eeeec (patch)
tree3ced62b6fa5c8a4a8b218eb324a71f4674490efc /include/vcl
parent0c3444c9bcee093ad5976af8948138e6f2a97706 (diff)
loplugin:unusedenumconstants
Change-Id: Iebcd8688ec807aa61989b4622ea0d3eca5c4c671 Reviewed-on: https://gerrit.libreoffice.org/45478 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.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/vcl/errcode.hxx b/include/vcl/errcode.hxx
index 31582a79d962..4116a792c43e 100644
--- a/include/vcl/errcode.hxx
+++ b/include/vcl/errcode.hxx
@@ -148,18 +148,13 @@ VCL_DLLPUBLIC std::ostream& operator<<(std::ostream& os, const ErrCode& err);
enum class ErrCodeArea {
Io = 0 ,
- Sv = 1 ,
Sfx = 2 ,
Inet = 3 ,
Vcl = 4 ,
Svx = 8 ,
So = 9 ,
Sbx = 10,
- Db = 11,
- Java = 12,
Uui = 13,
- Lib2 = 14,
- Chaos = 15,
Sc = 32,
Sd = 40,
Sw = 56,