summaryrefslogtreecommitdiff
path: root/framework/source/uiconfiguration
diff options
context:
space:
mode:
authorSebastian Spaeth <Sebastian@SSpaeth.de>2010-11-11 14:30:42 +0100
committerSebastian Spaeth <Sebastian@SSpaeth.de>2010-11-11 14:30:42 +0100
commit1be555d6d80ace6f39ce2379ffcbdbe72178b79b (patch)
tree633454381cb7bd8c7b8eee34e0280981944f5e7f /framework/source/uiconfiguration
parent334438e184e094353de22d2f9d10aad00f0489dc (diff)
Remove all traces of _HC (high contrast) from libs-core
This compiles successfully, but is otherwise only lightly tested.
Diffstat (limited to 'framework/source/uiconfiguration')
-rw-r--r--framework/source/uiconfiguration/imagemanagerimpl.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/framework/source/uiconfiguration/imagemanagerimpl.cxx b/framework/source/uiconfiguration/imagemanagerimpl.cxx
index 5ef78794c0..c27a596e1c 100644
--- a/framework/source/uiconfiguration/imagemanagerimpl.cxx
+++ b/framework/source/uiconfiguration/imagemanagerimpl.cxx
@@ -427,8 +427,7 @@ static sal_Bool implts_checkAndScaleGraphic( uno::Reference< XGraphic >& rOutGra
Size aSize = aImage.GetSizePixel();
bool bMustScale( false );
- if (( nImageType == ImageType_Color_Large ) ||
- ( nImageType == ImageType_HC_Large ))
+ if ( nImageType == ImageType_Color_Large )
bMustScale = ( aSize != aLargeSize );
else
bMustScale = ( aSize != aNormSize );