summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/querydesign
diff options
context:
space:
mode:
authorJoseph Powers <jpowers27@cox.net>2010-11-13 00:29:58 -0800
committerJoseph Powers <jpowers27@cox.net>2010-11-13 00:29:58 -0800
commit4a0002931adf1f52b4d9e42c22b394bea210c058 (patch)
treeb625d11456ca79e3cd53d1bb623066b638b45a5f /dbaccess/source/ui/querydesign
parentMerge remote branch 'origin/libreoffice-3-3' (diff)
downloadcore-4a0002931adf1f52b4d9e42c22b394bea210c058.tar.gz
core-4a0002931adf1f52b4d9e42c22b394bea210c058.zip
Purged BmpColorMode from libs-gui - base
Diffstat (limited to 'dbaccess/source/ui/querydesign')
-rw-r--r--dbaccess/source/ui/querydesign/TableWindow.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/dbaccess/source/ui/querydesign/TableWindow.cxx b/dbaccess/source/ui/querydesign/TableWindow.cxx
index 1c0dd80e93f8..186260f20e92 100644
--- a/dbaccess/source/ui/querydesign/TableWindow.cxx
+++ b/dbaccess/source/ui/querydesign/TableWindow.cxx
@@ -282,8 +282,7 @@ void OTableWindow::impl_updateImage()
return;
}
- m_aTypeImage.SetModeImage( aImage, BMP_COLOR_NORMAL );
- m_aTypeImage.SetModeImage( aImageHC, BMP_COLOR_HIGHCONTRAST );
+ m_aTypeImage.SetModeImage( aImage );
m_aTypeImage.Show();
}