From 1658bd231bc662504a072097dc614c29fe2e116d Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 19 Sep 2016 09:48:19 +0200 Subject: loplugin:unusedenumvalues Change-Id: I9dcc9f73af6db5b4f7cc946bc28931e5c230b34c Reviewed-on: https://gerrit.libreoffice.org/29012 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- dbaccess/source/ui/inc/dbwizsetup.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'dbaccess') diff --git a/dbaccess/source/ui/inc/dbwizsetup.hxx b/dbaccess/source/ui/inc/dbwizsetup.hxx index 7828e5901866..225f26b96a7f 100644 --- a/dbaccess/source/ui/inc/dbwizsetup.hxx +++ b/dbaccess/source/ui/inc/dbwizsetup.hxx @@ -137,7 +137,6 @@ protected: enum ApplyResult { AR_LEAVE_MODIFIED, // something was modified and has successfully been committed - AR_LEAVE_UNCHANGED, // no changes were made AR_KEEP // don't leave the page (e.g. because an error occurred) }; -- cgit