summaryrefslogtreecommitdiff
path: root/forms/source/component/DatabaseForm.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-08-11 15:30:19 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-08-12 06:53:29 +0000
commit8806a86c9d1ba63259ea79dd1c955ef970ab1989 (patch)
treee5604a542bbeea91766072e420e3ea033ed97360 /forms/source/component/DatabaseForm.cxx
parent18009fe8fbe3982141ddca3f1fcd0900a63150a6 (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/source/component/DatabaseForm.cxx')
-rw-r--r--forms/source/component/DatabaseForm.cxx2
1 files changed, 0 insertions, 2 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
};