User: rt      
Date: 2007/04/26 01:01:26

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

Log:
 INTEGRATION: CWS residcleanup (1.24.68); FILE MERGED
 2007/02/26 22:58:50 pl 1.24.68.1: #i74635# no more ResMgr default

File Changes:

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

File [changed]: sqlmessage.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/sqlmessage.cxx?r1=1.24&r2=1.25
Delta lines:  +8 -8
-------------------
--- sqlmessage.cxx      12 Oct 2006 13:38:15 -0000      1.24
+++ sqlmessage.cxx      26 Apr 2007 08:01:23 -0000      1.25
@@ -348,18 +348,18 @@
 
//------------------------------------------------------------------------------
 OExceptionChainDialog::OExceptionChainDialog( Window* pParent, const 
ExceptionDisplayChain& _rExceptions )
        :ModalDialog(pParent, ModuleRes(DLG_SQLEXCEPTIONCHAIN))
-       ,m_aFrame                       (this, ResId(FL_DETAILS))
-       ,m_aListLabel           (this, ResId(FT_ERRORLIST))
-       ,m_aExceptionList       (this, ResId(CTL_ERRORLIST))
-       ,m_aDescLabel           (this, ResId(FT_DESCRIPTION))
-       ,m_aExceptionText       (this, ResId(ME_DESCRIPTION))
-       ,m_aOK                          (this, ResId(PB_OK))
+       ,m_aFrame                       (this, ModuleRes(FL_DETAILS))
+       ,m_aListLabel           (this, ModuleRes(FT_ERRORLIST))
+       ,m_aExceptionList       (this, ModuleRes(CTL_ERRORLIST))
+       ,m_aDescLabel           (this, ModuleRes(FT_DESCRIPTION))
+       ,m_aExceptionText       (this, ModuleRes(ME_DESCRIPTION))
+       ,m_aOK                          (this, ModuleRes(PB_OK))
     ,m_aExceptions( _rExceptions )
 {
     DBG_CTOR(OExceptionChainDialog,NULL);
 
-    m_sStatusLabel = String( ResId( STR_EXCEPTION_STATUS ) );
-       m_sErrorCodeLabel = String( ResId( STR_EXCEPTION_ERRORCODE ) );
+    m_sStatusLabel = String( ModuleRes( STR_EXCEPTION_STATUS ) );
+       m_sErrorCodeLabel = String( ModuleRes( STR_EXCEPTION_ERRORCODE ) );
 
        FreeResource();
 




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

Reply via email to