summaryrefslogtreecommitdiff
path: root/framework/inc/uiconfiguration
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-05-24 11:18:07 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-05-25 12:26:09 +0000
commit0788f65f4643d2e10cd13277725247010dc4425e (patch)
tree7032d0be490715381d98e176aea421855a720cc4 /framework/inc/uiconfiguration
parent591a9129451234a60a88849f8ce01af3c7c5b9b6 (diff)
convert ImageType to scoped enum
and drop duplicate definition in framework. Change-Id: I6cb95241e659ad58429bffeaaf2f95b07ad12df6 Reviewed-on: https://gerrit.libreoffice.org/25400 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'framework/inc/uiconfiguration')
-rw-r--r--framework/inc/uiconfiguration/imagetype.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/framework/inc/uiconfiguration/imagetype.hxx b/framework/inc/uiconfiguration/imagetype.hxx
index 219eb9a5b82a..d759674cf1a1 100644
--- a/framework/inc/uiconfiguration/imagetype.hxx
+++ b/framework/inc/uiconfiguration/imagetype.hxx
@@ -26,13 +26,6 @@
namespace framework
{
-enum ImageType
-{
- ImageType_Color = 0,
- ImageType_Color_Large,
- ImageType_COUNT
-};
-
typedef std::unordered_map< OUString,
OUString,
OUStringHash > CommandToImageNameMap;