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 /framework/inc | |
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 'framework/inc')
-rw-r--r-- | framework/inc/uielement/toolbarmanager.hxx | 4 | ||||
-rw-r--r-- | framework/inc/xml/acceleratorconfigurationreader.hxx | 7 |
2 files changed, 1 insertions, 10 deletions
diff --git a/framework/inc/uielement/toolbarmanager.hxx b/framework/inc/uielement/toolbarmanager.hxx index 692652e5404a..0e2d89c6bfd6 100644 --- a/framework/inc/uielement/toolbarmanager.hxx +++ b/framework/inc/uielement/toolbarmanager.hxx @@ -102,9 +102,7 @@ class ToolBarManager : public ToolbarManager_Base { EXEC_CMD_CLOSETOOLBAR, EXEC_CMD_DOCKTOOLBAR, - EXEC_CMD_DOCKALLTOOLBARS, - EXEC_CMD_NONE, - EXEC_CMD_COUNT + EXEC_CMD_DOCKALLTOOLBARS }; struct ExecuteInfo diff --git a/framework/inc/xml/acceleratorconfigurationreader.hxx b/framework/inc/xml/acceleratorconfigurationreader.hxx index 90365e5de9e6..55605bc1ebe0 100644 --- a/framework/inc/xml/acceleratorconfigurationreader.hxx +++ b/framework/inc/xml/acceleratorconfigurationreader.hxx @@ -60,13 +60,6 @@ class AcceleratorConfigurationReader : public ::cppu::WeakImplHelper< css::xml:: E_ATTRIBUTE_URL }; - /** @short some namespace defines */ - enum EAcceleratorXMLNamespace - { - E_NAMESPACE_ACCEL, - E_NAMESPACE_XLINK - }; - // member private: |