summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/querydesign/QTableWindow.cxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2002-05-02 06:54:11 +0000
committerOcke Janssen <oj@openoffice.org>2002-05-02 06:54:11 +0000
commit3d4180bd686989af95f14c3a475eba82c0688abd (patch)
tree71d3896e2290b493c3bd64c8a9ca24835677346d /dbaccess/source/ui/querydesign/QTableWindow.cxx
parent7ca14b8fb75b8c58544e11b102905af6386684ac (diff)
#98916# enable F6 key
Diffstat (limited to 'dbaccess/source/ui/querydesign/QTableWindow.cxx')
-rw-r--r--dbaccess/source/ui/querydesign/QTableWindow.cxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/dbaccess/source/ui/querydesign/QTableWindow.cxx b/dbaccess/source/ui/querydesign/QTableWindow.cxx
index 4ff21fe4f26c..5a21f7a062bc 100644
--- a/dbaccess/source/ui/querydesign/QTableWindow.cxx
+++ b/dbaccess/source/ui/querydesign/QTableWindow.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: QTableWindow.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: oj $ $Date: 2001-10-11 08:38:13 $
+ * last change: $Author: oj $ $Date: 2002-05-02 07:54:11 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -122,6 +122,9 @@
#ifndef _COMPHELPER_EXTRACT_HXX_
#include <comphelper/extract.hxx>
#endif
+#ifndef DBAUI_TOOLS_HXX
+#include "UITools.hxx"
+#endif
using namespace ::com::sun::star::sdbc;
@@ -231,7 +234,7 @@ sal_Bool OQueryTableWindow::Init()
//------------------------------------------------------------------------------
sal_Bool OQueryTableWindow::FillListBox()
{
- ImageList aImageList(ModuleRes(IMG_JOINS));
+ ImageList aImageList(ModuleRes(isHiContrast(m_pListBox) ? IMG_JOINS_H : IMG_JOINS));
Image aPrimKeyImage = aImageList.GetImage(IMG_PRIMARY_KEY);