summaryrefslogtreecommitdiff
path: root/framework/inc
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 /framework/inc
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 'framework/inc')
-rw-r--r--framework/inc/uielement/toolbarmanager.hxx4
-rw-r--r--framework/inc/xml/acceleratorconfigurationreader.hxx7
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: