From deee45b3224792666095070d1863f21a22fffce2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Timm?= Date: Thu, 26 Apr 2007 06:54:37 +0000 Subject: [PATCH] INTEGRATION: CWS residcleanup (1.18.80); FILE MERGED 2007/02/26 22:58:44 pl 1.18.80.1: #i74635# no more ResMgr default --- dbaccess/source/ui/control/RelationControl.cxx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/dbaccess/source/ui/control/RelationControl.cxx b/dbaccess/source/ui/control/RelationControl.cxx index 6a929eed2d75..937ea63f5e5c 100644 --- a/dbaccess/source/ui/control/RelationControl.cxx +++ b/dbaccess/source/ui/control/RelationControl.cxx @@ -4,9 +4,9 @@ * * $RCSfile: RelationControl.cxx,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: obo $ $Date: 2006-09-17 07:00:09 $ + * last change: $Author: rt $ $Date: 2007-04-26 07:54:37 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -510,10 +510,10 @@ OTableListBoxControl::OTableListBoxControl(Window* _pParent, const OJoinTableView::OTableWindowMap* _pTableMap, IRelationControlInterface* _pParentDialog) : Window(_pParent,_rResId) - , m_aFL_InvolvedTables( this, ResId(FL_INVOLVED_TABLES)) - , m_lmbLeftTable( this, ResId(LB_LEFT_TABLE)) - , m_lmbRightTable( this, ResId(LB_RIGHT_TABLE)) - , m_aFL_InvolvedFields( this, ResId(FL_INVOLVED_FIELDS)) + , m_aFL_InvolvedTables( this, ResId(FL_INVOLVED_TABLES,*_rResId.GetResMgr())) + , m_lmbLeftTable( this, ResId(LB_LEFT_TABLE,*_rResId.GetResMgr())) + , m_lmbRightTable( this, ResId(LB_RIGHT_TABLE,*_rResId.GetResMgr())) + , m_aFL_InvolvedFields( this, ResId(FL_INVOLVED_FIELDS,*_rResId.GetResMgr())) , m_pTableMap(_pTableMap) , m_pParentDialog(_pParentDialog) {