User: rt      
Date: 2007/04/26 00:57:44

Modified:
   dba/dbaccess/source/ui/dlg/adtabdlg.cxx

Log:
 INTEGRATION: CWS residcleanup (1.27.40); FILE MERGED
 2007/02/26 22:58:47 pl 1.27.40.1: #i74635# no more ResMgr default

File Changes:

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

File [changed]: adtabdlg.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/adtabdlg.cxx?r1=1.27&r2=1.28
Delta lines:  +9 -9
-------------------
--- adtabdlg.cxx        1 Dec 2006 17:30:50 -0000       1.27
+++ adtabdlg.cxx        26 Apr 2007 07:57:41 -0000      1.28
@@ -319,13 +319,13 @@
 
//------------------------------------------------------------------------------
 OAddTableDlg::OAddTableDlg( Window* pParent, IAddTableDialogContext& _rContext 
)
                         :ModelessDialog( pParent, ModuleRes(DLG_JOIN_TABADD) )
-             ,m_aCaseTables( this, ResId( RB_CASE_TABLES ) )
-             ,m_aCaseQueries( this, ResId( RB_CASE_QUERIES ) )
-                        ,m_aTableList( this, NULL, ResId( LB_TABLE_OR_QUERY ), 
sal_False )
-                        ,m_aQueryList( this, ResId( LB_TABLE_OR_QUERY ) )
-                        ,aAddButton( this, ResId( PB_ADDTABLE ) )
-                        ,aCloseButton( this, ResId( PB_CLOSE ) )
-                        ,aHelpButton( this, ResId( PB_HELP ) )
+             ,m_aCaseTables( this, ModuleRes( RB_CASE_TABLES ) )
+             ,m_aCaseQueries( this, ModuleRes( RB_CASE_QUERIES ) )
+                        ,m_aTableList( this, NULL, ModuleRes( 
LB_TABLE_OR_QUERY ), sal_False )
+                        ,m_aQueryList( this, ModuleRes( LB_TABLE_OR_QUERY ) )
+                        ,aAddButton( this, ModuleRes( PB_ADDTABLE ) )
+                        ,aCloseButton( this, ModuleRes( PB_CLOSE ) )
+                        ,aHelpButton( this, ModuleRes( PB_HELP ) )
                         ,m_rContext( _rContext )
 {
        // der Close-Button hat schon einen Standard-Help-Text, den ich aber 
hier nicht haben moechte, also den Text ruecksetzen
@@ -492,9 +492,9 @@
 
     ::svt::OLocalResourceAccess aLocalRes( ModuleRes( DLG_JOIN_TABADD ), 
RSC_MODELESSDIALOG );
     if ( _rContext.allowQueries() )
-        sTitle = String( ResId( STR_ADD_TABLE_OR_QUERY ) );
+        sTitle = String( ModuleRes( STR_ADD_TABLE_OR_QUERY ) );
     else
-        sTitle = String( ResId( STR_ADD_TABLES ) );
+        sTitle = String( ModuleRes( STR_ADD_TABLES ) );
 
     return sTitle;
 }




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

Reply via email to