From 71a459f4be01dd776d779beea60725fbec9c7751 Mon Sep 17 00:00:00 2001 From: Sebastian Spaeth Date: Fri, 12 Nov 2010 10:27:10 +0100 Subject: Remove one more instance of HighContrast stuff --- framework/source/uiconfiguration/imagemanagerimpl.cxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/framework/source/uiconfiguration/imagemanagerimpl.cxx b/framework/source/uiconfiguration/imagemanagerimpl.cxx index 81edeeb4df7b..20d0148fa6cb 100644 --- a/framework/source/uiconfiguration/imagemanagerimpl.cxx +++ b/framework/source/uiconfiguration/imagemanagerimpl.cxx @@ -442,8 +442,6 @@ static sal_Int16 implts_convertImageTypeToIndex( sal_Int16 nImageType ) sal_Int16 nIndex( 0 ); if ( nImageType & ::com::sun::star::ui::ImageType::SIZE_LARGE ) nIndex += 1; - if ( nImageType & ::com::sun::star::ui::ImageType::COLOR_HIGHCONTRAST ) - nIndex += 2; return nIndex; } -- cgit