summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/dlg/RelationDlg.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-03-19 11:10:49 +0000
committerOliver Bolte <obo@openoffice.org>2004-03-19 11:10:49 +0000
commit3ce28d311b60633d0cd6b8478723c34c90feebb5 (patch)
treee06022ef8305b8f07ab4118e17b729da37680f07 /dbaccess/source/ui/dlg/RelationDlg.cxx
parentf62d3ee665db69dcfb1d0ba5b4895840e12a7dac (diff)
INTEGRATION: CWS formdesign01 (1.17.164); FILE MERGED
2003/12/04 14:34:12 fs 1.17.164.1: moved ids of some local resources from the global id list to a local list
Diffstat (limited to 'dbaccess/source/ui/dlg/RelationDlg.cxx')
-rw-r--r--dbaccess/source/ui/dlg/RelationDlg.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/dlg/RelationDlg.cxx b/dbaccess/source/ui/dlg/RelationDlg.cxx
index 916a08bb4dc4..815fb949e861 100644
--- a/dbaccess/source/ui/dlg/RelationDlg.cxx
+++ b/dbaccess/source/ui/dlg/RelationDlg.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: RelationDlg.cxx,v $
*
- * $Revision: 1.17 $
+ * $Revision: 1.18 $
*
- * last change: $Author: oj $ $Date: 2002-11-21 14:19:01 $
+ * last change: $Author: obo $ $Date: 2004-03-19 12:10:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -153,7 +153,7 @@ ORelationDialog::ORelationDialog( OJoinTableView* pParent,
m_pConnData->CopyFrom( *pConnectionData );
Init(m_pConnData);
- m_pTableControl = new OTableListBoxControl(this,ModuleRes(LB_CONTROL),m_pTableMap,this);
+ m_pTableControl = new OTableListBoxControl(this,ModuleRes(WND_CONTROL),m_pTableMap,this);
aPB_OK.SetClickHdl( LINK(this, ORelationDialog, OKClickHdl) );