diff options
author | Sebastian Spaeth <Sebastian@SSpaeth.de> | 2010-11-12 10:27:10 +0100 |
---|---|---|
committer | Sebastian Spaeth <Sebastian@SSpaeth.de> | 2010-11-12 10:28:20 +0100 |
commit | 71a459f4be01dd776d779beea60725fbec9c7751 (patch) | |
tree | 9598c592005b1ad398ce938522c166983333af9a /framework | |
parent | 49a7e6a7f48c8606346df8c7cfae8c912dde0560 (diff) |
Remove one more instance of HighContrast stuff
Diffstat (limited to 'framework')
-rw-r--r-- | framework/source/uiconfiguration/imagemanagerimpl.cxx | 2 |
1 files changed, 0 insertions, 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; } |