summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/querydesign/querydlg.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-04-28 14:49:31 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-04-28 14:49:31 +0000
commit4c406623b2f241b046f0f274eb98b13a378d3bfe (patch)
treeae611db69947e698620033c04dce2ba4311d4795 /dbaccess/source/ui/querydesign/querydlg.cxx
parentaceee7548372cbdbd8e39b385dc8b01ed30854ff (diff)
INTEGRATION: CWS apps61beta2 (1.6.52); FILE MERGED
2003/04/10 11:16:27 oj 1.6.52.1: #i13241# check if driver supports outer joins if not diasble listbox
Diffstat (limited to 'dbaccess/source/ui/querydesign/querydlg.cxx')
-rw-r--r--dbaccess/source/ui/querydesign/querydlg.cxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/dbaccess/source/ui/querydesign/querydlg.cxx b/dbaccess/source/ui/querydesign/querydlg.cxx
index 14b7001a3f88..5f400e77278c 100644
--- a/dbaccess/source/ui/querydesign/querydlg.cxx
+++ b/dbaccess/source/ui/querydesign/querydlg.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: querydlg.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: oj $ $Date: 2002-11-08 09:27:00 $
+ * last change: $Author: hr $ $Date: 2003-04-28 15:49:31 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -161,11 +161,13 @@ DlgQryJoin::DlgQryJoin( Window * pParent,
aLB_JoinType.SetSelectHdl(LINK(this,DlgQryJoin,LBChangeHdl));
- if (static_cast<OQueryTableView*>(pParent)->getDesignView()->getController()->isReadOnly())
+ if ( static_cast<OQueryTableView*>(pParent)->getDesignView()->getController()->isReadOnly() )
{
aLB_JoinType.Disable();
m_pTableControl->Disable();
}
+ else if ( !(bFull && bOuter) )
+ aLB_JoinType.Disable();
else
{
if ( !bFull )