summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/dlg/ConnectionHelper.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-04-26 06:55:47 +0000
committerRüdiger Timm <rt@openoffice.org>2007-04-26 06:55:47 +0000
commit94c21ed7314421e5ee2e216f8d5ad631ea39c449 (patch)
tree2161391356d07eb23d1b21e12fec49cad446b513 /dbaccess/source/ui/dlg/ConnectionHelper.cxx
parenta5e8523194379341c98fdaba3800c3f17d29f794 (diff)
INTEGRATION: CWS residcleanup (1.11.78); FILE MERGED
2007/02/26 22:58:45 pl 1.11.78.1: #i74635# no more ResMgr default
Diffstat (limited to 'dbaccess/source/ui/dlg/ConnectionHelper.cxx')
-rw-r--r--dbaccess/source/ui/dlg/ConnectionHelper.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/dbaccess/source/ui/dlg/ConnectionHelper.cxx b/dbaccess/source/ui/dlg/ConnectionHelper.cxx
index 88917ebd60cb..ddc8eb5664c1 100644
--- a/dbaccess/source/ui/dlg/ConnectionHelper.cxx
+++ b/dbaccess/source/ui/dlg/ConnectionHelper.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ConnectionHelper.cxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 07:04:35 $
+ * last change: $Author: rt $ $Date: 2007-04-26 07:55:47 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -200,9 +200,9 @@ DBG_NAME(OConnectionHelper)
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 @@ DBG_NAME(OConnectionHelper)
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();
}