Tag: cws_src680_oj14
User: oj      
Date: 2007-06-04 18:57:38+0000
Log:
 RESYNC: (1.13-1.14); FILE MERGED

File Changes:

Directory: /dba/dbaccess/source/ui/querydesign/
===============================================

File [changed]: querydlg.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/querydesign/querydlg.cxx?r1=1.11.8.5&r2=1.11.8.6
Delta lines:  +7 -7
-------------------
--- querydlg.cxx        2006-11-07 09:47:01+0000        1.11.8.5
+++ querydlg.cxx        2007-06-04 18:57:35+0000        1.11.8.6
@@ -80,13 +80,13 @@
                                           const Reference< XConnection >& 
_xConnection,
                                           BOOL _bAllowTableSelect)
     :ModalDialog( pParent, ModuleRes(DLG_QRY_JOIN) )
-    ,aFL_Join( this, ResId( FL_JOIN ) )
-    ,aFT_Title( this, ResId(FT_LISTBOXTITLE) )
-    ,aLB_JoinType( this, ResId(LB_JOINTYPE) )
-    ,aML_HelpText( this, ResId(ML_HELPTEXT) )
-    ,aPB_OK( this, ResId( PB_OK ) )
-    ,aPB_CANCEL( this, ResId( PB_CANCEL ) )
-    ,aPB_HELP( this, ResId( PB_HELP ) )
+    ,aFL_Join( this, ModuleRes( FL_JOIN ) )
+    ,aFT_Title( this, ModuleRes(FT_LISTBOXTITLE) )
+    ,aLB_JoinType( this, ModuleRes(LB_JOINTYPE) )
+    ,aML_HelpText( this, ModuleRes(ML_HELPTEXT) )
+    ,aPB_OK( this, ModuleRes( PB_OK ) )
+    ,aPB_CANCEL( this, ModuleRes( PB_CANCEL ) )
+    ,aPB_HELP( this, ModuleRes( PB_HELP ) )
     ,m_pTableControl( NULL )
     ,m_pTableMap(_pTableMap)
     ,eJoinType(_pData->GetJoinType())




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to