summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/dlg/adtabdlg.cxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2002-05-07 04:45:13 +0000
committerOcke Janssen <oj@openoffice.org>2002-05-07 04:45:13 +0000
commit8ee0bfa85a506ba37d0b0b3f036de3bff0aaf7ef (patch)
treea810416d3ac1d1fd98ab348a67180d5af088acfc /dbaccess/source/ui/dlg/adtabdlg.cxx
parent#98357# autofilter of bool columns corrected (diff)
downloadcore-8ee0bfa85a506ba37d0b0b3f036de3bff0aaf7ef.tar.gz
core-8ee0bfa85a506ba37d0b0b3f036de3bff0aaf7ef.zip
#96363# virtual root of tablelistbox removed
Diffstat (limited to 'dbaccess/source/ui/dlg/adtabdlg.cxx')
-rw-r--r--dbaccess/source/ui/dlg/adtabdlg.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/dbaccess/source/ui/dlg/adtabdlg.cxx b/dbaccess/source/ui/dlg/adtabdlg.cxx
index 28ffd02c195b..eac54b9064f9 100644
--- a/dbaccess/source/ui/dlg/adtabdlg.cxx
+++ b/dbaccess/source/ui/dlg/adtabdlg.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: adtabdlg.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: oj $ $Date: 2002-04-02 06:55:29 $
+ * last change: $Author: oj $ $Date: 2002-05-07 05:45:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -119,7 +119,7 @@ DBG_NAME(OAddTableDlg)
OAddTableDlg::OAddTableDlg( Window* pParent)
:ModelessDialog( pParent, ModuleRes(DLG_JOIN_TABADD) )
,aFTTable( this, ResId( FT_TABLE ) )
- ,aTableList( this, ResId( LB_TABLE ),sal_False )
+ ,aTableList( this, ResId( LB_TABLE ),sal_False,sal_False )
,aAddButton( this, ResId( PB_ADDTABLE ) )
,aCloseButton( this, ResId( PB_CLOSE ) )
,aHelpButton( this, ResId( PB_HELP ) )
@@ -146,6 +146,7 @@ OAddTableDlg::OAddTableDlg( Window* pParent)
aTableList.SetWindowBits(WB_BORDER | WB_HASLINES |WB_HASBUTTONS | WB_HASBUTTONSATROOT | WB_HASLINESATROOT | WB_SORT | WB_HSCROLL );
aTableList.EnableCheckButton( NULL ); // do not show any buttons
aTableList.SetSelectionMode( SINGLE_SELECTION );
+ aTableList.notifyHiContrastChanged();
FreeResource();
}