summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2002-09-10 13:45:13 +0000
committerFrank Schönheit <fs@openoffice.org>2002-09-10 13:45:13 +0000
commitb7b1844df66e8bbae27c9d10f6716cdadaa9db07 (patch)
treed1798fa94052bfa64f48217cc990f2db42ea7865 /dbaccess/source/ui
parentc0d8009071573378617b406fca1e4c1d0bc8cf52 (diff)
#102119# enable smart tab traveling
Diffstat (limited to 'dbaccess/source/ui')
-rw-r--r--dbaccess/source/ui/control/RelationControl.cxx6
-rw-r--r--dbaccess/source/ui/control/TableGrantCtrl.cxx6
2 files changed, 6 insertions, 6 deletions
diff --git a/dbaccess/source/ui/control/RelationControl.cxx b/dbaccess/source/ui/control/RelationControl.cxx
index 3c0ceef53..e399f339e 100644
--- a/dbaccess/source/ui/control/RelationControl.cxx
+++ b/dbaccess/source/ui/control/RelationControl.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: RelationControl.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: oj $ $Date: 2002-08-19 07:41:26 $
+ * last change: $Author: fs $ $Date: 2002-09-10 14:45:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -188,7 +188,7 @@ namespace dbaui
DBG_NAME(ORelationControl)
//------------------------------------------------------------------------
ORelationControl::ORelationControl( OTableListBoxControl* pParent ,const OJoinTableView::OTableWindowMap* _pTableMap)
- :EditBrowseBox( pParent, EBBF_NOROWPICTURE, WB_TABSTOP | WB_3DLOOK | WB_BORDER )
+ :EditBrowseBox( pParent, EBBF_SMART_TAB_TRAVEL | EBBF_NOROWPICTURE, WB_TABSTOP | WB_3DLOOK | WB_BORDER )
,m_pListCell( NULL )
,m_pConnData( NULL )
,m_xSourceDef( NULL )
diff --git a/dbaccess/source/ui/control/TableGrantCtrl.cxx b/dbaccess/source/ui/control/TableGrantCtrl.cxx
index 7f4405d62..b2b2db990 100644
--- a/dbaccess/source/ui/control/TableGrantCtrl.cxx
+++ b/dbaccess/source/ui/control/TableGrantCtrl.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: TableGrantCtrl.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: oj $ $Date: 2002-08-19 07:41:26 $
+ * last change: $Author: fs $ $Date: 2002-09-10 14:44:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -110,7 +110,7 @@ DBG_NAME(OTableGrantControl);
// OTableGrantControl
//================================================================================
OTableGrantControl::OTableGrantControl( Window* pParent,const ResId& _RsId)
- :EditBrowseBox( pParent,_RsId, EBBF_NOROWPICTURE)
+ :EditBrowseBox( pParent,_RsId, EBBF_SMART_TAB_TRAVEL | EBBF_NOROWPICTURE )
,m_pCheckCell( NULL )
,m_pEdit( NULL )
,m_nDeActivateEvent(0)