User: rt      
Date: 2007/04/26 00:55:49

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

Log:
 INTEGRATION: CWS residcleanup (1.11.78); FILE MERGED
 2007/02/26 22:58:45 pl 1.11.78.1: #i74635# no more ResMgr default

File Changes:

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

File [changed]: ConnectionHelper.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/ConnectionHelper.cxx?r1=1.11&r2=1.12
Delta lines:  +4 -4
-------------------
--- ConnectionHelper.cxx        17 Sep 2006 07:04:35 -0000      1.11
+++ ConnectionHelper.cxx        26 Apr 2007 07:55:47 -0000      1.12
@@ -200,9 +200,9 @@
 
     OConnectionHelper::OConnectionHelper( Window* pParent, const ResId& _rId, 
const SfxItemSet& _rCoreAttrs)
         :OGenericAdministrationPage(pParent, _rId, _rCoreAttrs)
-        ,m_aFT_Connection(this, ResId(FT_AUTOBROWSEURL))
-               ,m_aET_Connection(this, ResId(ET_AUTOBROWSEURL))
-        ,m_aPB_Connection(this, ResId(PB_AUTOBROWSEURL))
+        ,m_aFT_Connection(this, ResId(FT_AUTOBROWSEURL,*_rId.GetResMgr()))
+               ,m_aET_Connection(this, 
ResId(ET_AUTOBROWSEURL,*_rId.GetResMgr()))
+        ,m_aPB_Connection(this, ResId(PB_AUTOBROWSEURL,*_rId.GetResMgr()))
     {
         DBG_CTOR(OConnectionHelper,NULL);
 
@@ -408,7 +408,7 @@
                                else
                                {
                                        LocalResourceAccess aLocRes( 
PAGE_CONNECTION, RSC_TABPAGE );
-                                       String sError = 
String(ResId(STR_NO_ADABASE_DATASOURCES));
+                                       String sError = 
String(ModuleRes(STR_NO_ADABASE_DATASOURCES));
                                        ErrorBox aBox(this, WB_OK, sError);
                                        aBox.Execute();
                                }




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

Reply via email to