diff options
author | Joseph Powers <jpowers27@cox.net> | 2010-11-13 00:29:58 -0800 |
---|---|---|
committer | Joseph Powers <jpowers27@cox.net> | 2010-11-13 00:29:58 -0800 |
commit | 4a0002931adf1f52b4d9e42c22b394bea210c058 (patch) | |
tree | b625d11456ca79e3cd53d1bb623066b638b45a5f /dbaccess/source/ui/misc/WNameMatch.cxx | |
parent | f43ffb63e7d164845771ac6b822a4a995ddcc840 (diff) |
Purged BmpColorMode from libs-gui - base
Diffstat (limited to 'dbaccess/source/ui/misc/WNameMatch.cxx')
-rw-r--r-- | dbaccess/source/ui/misc/WNameMatch.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/dbaccess/source/ui/misc/WNameMatch.cxx b/dbaccess/source/ui/misc/WNameMatch.cxx index f14b59313b0b..78ffa59f559d 100644 --- a/dbaccess/source/ui/misc/WNameMatch.cxx +++ b/dbaccess/source/ui/misc/WNameMatch.cxx @@ -81,12 +81,6 @@ OWizNameMatching::OWizNameMatching( Window* pParent) m_sDestText = m_FT_TABLE_RIGHT.GetText(); m_sDestText.AppendAscii("\n"); - // set hiContrast - m_ibColumn_up.SetModeImage(ModuleRes(IMG_SORTUP_H),BMP_COLOR_HIGHCONTRAST); - m_ibColumn_down.SetModeImage(ModuleRes(IMG_SORTDOWN_H),BMP_COLOR_HIGHCONTRAST); - m_ibColumn_up_right.SetModeImage(ModuleRes(IMG_SORTUP_H),BMP_COLOR_HIGHCONTRAST); - m_ibColumn_down_right.SetModeImage(ModuleRes(IMG_SORTDOWN_H),BMP_COLOR_HIGHCONTRAST); - FreeResource(); } // ----------------------------------------------------------------------- |