summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/dlg/UserAdminDlg.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-04-26 06:57:16 +0000
committerRüdiger Timm <rt@openoffice.org>2007-04-26 06:57:16 +0000
commit9cfcdd00d3958ea48a9f2cf2f52547ee927c7a78 (patch)
tree7c3c6b3c294ae738ba518cad9c031957b3cb0c57 /dbaccess/source/ui/dlg/UserAdminDlg.cxx
parent0a9834677713bf836571a566740f45f9a7e29b94 (diff)
INTEGRATION: CWS residcleanup (1.9.80); FILE MERGED
2007/02/26 22:58:46 pl 1.9.80.1: #i74635# no more ResMgr default
Diffstat (limited to 'dbaccess/source/ui/dlg/UserAdminDlg.cxx')
-rw-r--r--dbaccess/source/ui/dlg/UserAdminDlg.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/dlg/UserAdminDlg.cxx b/dbaccess/source/ui/dlg/UserAdminDlg.cxx
index 7b4e20a3539e..d2c2428689ed 100644
--- a/dbaccess/source/ui/dlg/UserAdminDlg.cxx
+++ b/dbaccess/source/ui/dlg/UserAdminDlg.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: UserAdminDlg.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 07:06:53 $
+ * last change: $Author: rt $ $Date: 2007-04-26 07:57:16 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -128,7 +128,7 @@ DBG_NAME(OUserAdminDlg)
delete pExampleSet;
pExampleSet = new SfxItemSet(*GetInputSetImpl());
- AddTabPage(TAB_PAGE_USERADMIN, String(ResId(STR_PAGETITLE_USERADMIN)), OUserAdmin::Create,0, sal_False, 1);
+ AddTabPage(TAB_PAGE_USERADMIN, String(ModuleRes(STR_PAGETITLE_USERADMIN)), OUserAdmin::Create,0, sal_False, 1);
// remove the reset button - it's meaning is much too ambiguous in this dialog
RemoveResetButton();