User: rt      
Date: 2007/04/26 00:58:07

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

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

File Changes:

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

File [changed]: dbadmin.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/dbadmin.cxx?r1=1.100&r2=1.101
Delta lines:  +3 -3
-------------------
--- dbadmin.cxx 13 Dec 2006 16:49:20 -0000      1.100
+++ dbadmin.cxx 26 Apr 2007 07:58:05 -0000      1.101
@@ -123,7 +123,7 @@
 
        m_pImpl = ::std::auto_ptr<ODbDataSourceAdministrationHelper>(new 
ODbDataSourceAdministrationHelper(_rxORB,this,this));
        // add the initial tab page
-       AddTabPage(PAGE_CONNECTION, String(ResId(STR_PAGETITLE_GENERAL)), 
OConnectionTabPage::Create, NULL);
+       AddTabPage(PAGE_CONNECTION, String(ModuleRes(STR_PAGETITLE_GENERAL)), 
OConnectionTabPage::Create, NULL);
 
        // remove the reset button - it's meaning is much too ambiguous in this 
dialog
        RemoveResetButton();
@@ -179,7 +179,7 @@
        // open our own resource block, as the page titles are strings local to 
this block
        LocalResourceAccess aDummy(DLG_DATABASE_ADMINISTRATION, RSC_TABDIALOG);
 
-       AddTabPage(_nPageId, String(ResId(_nTextId)), _pCreateFunc, NULL);
+       AddTabPage(_nPageId, String(ModuleRes(_nTextId)), _pCreateFunc, NULL);
        m_aCurrentDetailPages.push(_nPageId);
 }
 
@@ -248,7 +248,7 @@
                case DST_USERDEFINE10:
                        {
                                LocalResourceAccess 
aDummy(DLG_DATABASE_ADMINISTRATION, RSC_TABDIALOG);
-                               String aTitle(ResId(STR_PAGETITLE_ADVANCED));
+                               String 
aTitle(ModuleRes(STR_PAGETITLE_ADVANCED));
                                AddTabPage(PAGE_USERDRIVER, aTitle, 
ODriversSettings::CreateUser, 0, sal_False, 1);
                                m_aCurrentDetailPages.push(PAGE_USERDRIVER);
                        }




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

Reply via email to