From d30a4298bdb5ba53cd1fe659f2b742f218a2e527 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 11 Aug 2016 15:02:19 +0200 Subject: loplugin:unusedenumconstants in package..svtools Change-Id: I8136b93b9303ebecafd791159e813c335b1bc172 Reviewed-on: https://gerrit.libreoffice.org/28052 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- svl/source/inc/passwordcontainer.hxx | 6 ------ 1 file changed, 6 deletions(-) (limited to 'svl') diff --git a/svl/source/inc/passwordcontainer.hxx b/svl/source/inc/passwordcontainer.hxx index ef637b747d40..cb09b72b6692 100644 --- a/svl/source/inc/passwordcontainer.hxx +++ b/svl/source/inc/passwordcontainer.hxx @@ -206,12 +206,6 @@ public: }; -enum PasswordState { - no_password, - entered, - cancelled -}; - class PasswordContainer : public ::cppu::WeakImplHelper< css::task::XPasswordContainer2, css::lang::XServiceInfo, -- cgit