diff options
author | Noel Grandin <noel@peralex.com> | 2016-08-11 15:46:21 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-08-17 09:43:52 +0200 |
commit | d5de00cc73ca6b60f586c13f22d7b78470984dea (patch) | |
tree | 8ff762360044c25af992817f720208619918dc60 /include/basic/basmgr.hxx | |
parent | 0e867bc4cba66c14d543e111ea8ab89dc2444ee0 (diff) |
loplugin:unusedenumconstants in basctl..editeng
Change-Id: I49a23a197969d58a3a2d6b2be1fbe4a647c7fa08
Diffstat (limited to 'include/basic/basmgr.hxx')
-rw-r--r-- | include/basic/basmgr.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/basic/basmgr.hxx b/include/basic/basmgr.hxx index 22ab8fd983da..c6a54016d599 100644 --- a/include/basic/basmgr.hxx +++ b/include/basic/basmgr.hxx @@ -34,14 +34,12 @@ class SotStorage; enum class BasicErrorReason { - OPENSTORAGE = 0x0001, OPENLIBSTORAGE = 0x0002, OPENMGRSTREAM = 0x0004, OPENLIBSTREAM = 0x0008, LIBNOTFOUND = 0x0010, STORAGENOTFOUND = 0x0020, BASICLOADERROR = 0x0040, - NOSTORAGENAME = 0x0080, STDLIB = 0x0100 }; |