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 /idlc | |
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 'idlc')
-rw-r--r-- | idlc/inc/idlctypes.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/idlc/inc/idlctypes.hxx b/idlc/inc/idlctypes.hxx index 36903ce8f7e6..ec8d0042e485 100644 --- a/idlc/inc/idlctypes.hxx +++ b/idlc/inc/idlctypes.hxx @@ -98,7 +98,6 @@ enum ParseState PS_SingletonSqSeen, // '{' seen for singleton PS_SingletonQsSeen, // '}' seen for singleton PS_SingletonBodySeen, // Seen complete singleton body - PS_SingletonMemberSeen, // Seen a singleton member PS_ModuleSeen, // Seen a MODULE keyword PS_ModuleIDSeen, // Seen the module ID |