diff options
author | Joseph Powers <jpowers27@cox.net> | 2010-11-09 20:07:12 -0800 |
---|---|---|
committer | Sebastian Spaeth <Sebastian@SSpaeth.de> | 2010-11-10 07:56:57 +0100 |
commit | 688a78dc021912046f8fe152c99b5bfb8d50adc2 (patch) | |
tree | 1ba3198421469d83b024286a670acad2b1cc8d5a /cui/source/dialogs/hlmarkwn.cxx | |
parent | f581801f7c10cccea2e14c2ef82a68c6b357a62b (diff) |
Bitmap Tree Cleanup - components
Removed all references to HIGHCONTRAST mode from svtools classes:
SvImpLBox
SvTreeListBox
The reset is just fall out.
Diffstat (limited to 'cui/source/dialogs/hlmarkwn.cxx')
-rw-r--r-- | cui/source/dialogs/hlmarkwn.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cui/source/dialogs/hlmarkwn.cxx b/cui/source/dialogs/hlmarkwn.cxx index 9755364c0531..f994095ab49c 100644 --- a/cui/source/dialogs/hlmarkwn.cxx +++ b/cui/source/dialogs/hlmarkwn.cxx @@ -386,8 +386,6 @@ int SvxHlinkDlgMarkWnd::FillTree( uno::Reference< container::XNameAccess > xLink pParentEntry, FALSE, LIST_APPEND, (void*)pData ); - maLbTree.SetExpandedEntryBmp( pEntry, aBmp, BMP_COLOR_HIGHCONTRAST ); - maLbTree.SetCollapsedEntryBmp( pEntry, aBmp, BMP_COLOR_HIGHCONTRAST ); nEntries++; } else |