diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-04-04 13:55:00 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-04-04 19:58:35 +0200 |
commit | 1e31403bc8d63f938bebef663fc90bf86b3321ad (patch) | |
tree | e2409bfe027ac15b3787230f7ffaf20b9a0ceb35 /include/basic/basmgr.hxx | |
parent | f97b1f75bbd7f8a20163716b57c84fc1140e48fa (diff) |
loplugin:unusedenumconstants
Change-Id: I889b4f63e098fecf22ffd4fb98937d62dbdd70b1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165791
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/basic/basmgr.hxx')
-rw-r--r-- | include/basic/basmgr.hxx | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/include/basic/basmgr.hxx b/include/basic/basmgr.hxx index bb47126ee4e7..f7533f18311c 100644 --- a/include/basic/basmgr.hxx +++ b/include/basic/basmgr.hxx @@ -41,17 +41,6 @@ BASIC_DLLPUBLIC css::uno::Reference< css::script::XStarBasicAccess > class SotStorage; -enum class BasicErrorReason -{ - OPENLIBSTORAGE = 0x0002, - OPENMGRSTREAM = 0x0004, - OPENLIBSTREAM = 0x0008, - LIBNOTFOUND = 0x0010, - STORAGENOTFOUND = 0x0020, - BASICLOADERROR = 0x0040, - STDLIB = 0x0100 -}; - class BasicError { private: |