diff options
author | Noel Grandin <noel@peralex.com> | 2016-08-11 15:30:19 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-08-12 06:53:29 +0000 |
commit | 8806a86c9d1ba63259ea79dd1c955ef970ab1989 (patch) | |
tree | e5604a542bbeea91766072e420e3ea033ed97360 /forms | |
parent | 18009fe8fbe3982141ddca3f1fcd0900a63150a6 (diff) |
loplugin:unusedenumconstants in forms..sot
Change-Id: Ic445e1bdd012c32ef7d84aec9df908467c3296a7
Reviewed-on: https://gerrit.libreoffice.org/28055
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'forms')
-rw-r--r-- | forms/source/component/DatabaseForm.cxx | 2 | ||||
-rw-r--r-- | forms/source/xforms/submission/submission.hxx | 4 |
2 files changed, 0 insertions, 6 deletions
diff --git a/forms/source/component/DatabaseForm.cxx b/forms/source/component/DatabaseForm.cxx index c43fd3ad4202..6954b5fe1954 100644 --- a/forms/source/component/DatabaseForm.cxx +++ b/forms/source/component/DatabaseForm.cxx @@ -90,9 +90,7 @@ namespace data { enum DatabaseCursorType { DatabaseCursorType_FORWARD = 0, - DatabaseCursorType_SNAPSHOT = 1, DatabaseCursorType_KEYSET = 2, - DatabaseCursorType_DYNAMIC = 3, DatabaseCursorType_MAKE_FIXED_SIZE = SAL_MAX_ENUM }; diff --git a/forms/source/xforms/submission/submission.hxx b/forms/source/xforms/submission/submission.hxx index 927c0ab9048e..bfdb0922898d 100644 --- a/forms/source/xforms/submission/submission.hxx +++ b/forms/source/xforms/submission/submission.hxx @@ -120,10 +120,6 @@ protected: public: enum SubmissionResult { SUCCESS, - INVALID_METHOD, - INVALID_URL, - INVALID_ENCODING, - E_TRANSMISSION, UNKNOWN_ERROR }; |