summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/dlg/sqlmessage.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2007-04-26 07:01:23 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2007-04-26 07:01:23 +0000
commitda509de5ee3acfcbacf225907ef21f9988c819ac (patch)
treec4eeaec1c2ed1c7f73f7de4d5b0d00f5b1231b20 /dbaccess/source/ui/dlg/sqlmessage.cxx
parenta16fbf18affff423dbd975dd654ab627ecca3b46 (diff)
INTEGRATION: CWS residcleanup (1.24.68); FILE MERGED
2007/02/26 22:58:50 pl 1.24.68.1: #i74635# no more ResMgr default
Diffstat (limited to 'dbaccess/source/ui/dlg/sqlmessage.cxx')
-rw-r--r--dbaccess/source/ui/dlg/sqlmessage.cxx20
1 files changed, 10 insertions, 10 deletions
diff --git a/dbaccess/source/ui/dlg/sqlmessage.cxx b/dbaccess/source/ui/dlg/sqlmessage.cxx
index fd6de1738ade..6fa8caccb7e7 100644
--- a/dbaccess/source/ui/dlg/sqlmessage.cxx
+++ b/dbaccess/source/ui/dlg/sqlmessage.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: sqlmessage.cxx,v $
*
- * $Revision: 1.24 $
+ * $Revision: 1.25 $
*
- * last change: $Author: obo $ $Date: 2006-10-12 13:38:15 $
+ * last change: $Author: rt $ $Date: 2007-04-26 08:01:23 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -348,18 +348,18 @@ DBG_NAME(OExceptionChainDialog)
//------------------------------------------------------------------------------
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();