From 0788f65f4643d2e10cd13277725247010dc4425e Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 24 May 2016 11:18:07 +0200 Subject: convert ImageType to scoped enum and drop duplicate definition in framework. Change-Id: I6cb95241e659ad58429bffeaaf2f95b07ad12df6 Reviewed-on: https://gerrit.libreoffice.org/25400 Tested-by: Jenkins Reviewed-by: Noel Grandin --- framework/inc/uiconfiguration/imagetype.hxx | 7 ------- 1 file changed, 7 deletions(-) (limited to 'framework/inc') 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; -- cgit