diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-04-26 09:12:09 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-04-26 09:12:09 +0000 |
commit | c7ffae6f8b47606691ec30a1e65d6683d62143ed (patch) | |
tree | 3000d8da40dc53790fe5f71d374e072f5f2c4252 /sfx2/source/dialog/passwd.cxx | |
parent | 274dff3e6beb0ef13b70ddb4885b9abe41f37322 (diff) |
INTEGRATION: CWS residcleanup (1.5.156); FILE MERGED
2007/02/20 16:12:53 pl 1.5.156.1: #i74635# get rid of global ResMgr
Diffstat (limited to 'sfx2/source/dialog/passwd.cxx')
-rw-r--r-- | sfx2/source/dialog/passwd.cxx | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/sfx2/source/dialog/passwd.cxx b/sfx2/source/dialog/passwd.cxx index 24c505bfa3aa..236c3296b433 100644 --- a/sfx2/source/dialog/passwd.cxx +++ b/sfx2/source/dialog/passwd.cxx @@ -4,9 +4,9 @@ * * $RCSfile: passwd.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: obo $ $Date: 2006-09-17 16:34:40 $ + * last change: $Author: rt $ $Date: 2007-04-26 10:11:43 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -94,17 +94,17 @@ SfxPasswordDialog::SfxPasswordDialog( Window* pParent, const String* pGroupText ModalDialog( pParent, SfxResId ( DLG_PASSWD ) ), - maUserFT ( this, ResId( FT_PASSWD_USER ) ), - maUserED ( this, ResId( ED_PASSWD_USER ) ), - maPasswordFT ( this, ResId( FT_PASSWD_PASSWORD ) ), - maPasswordED ( this, ResId( ED_PASSWD_PASSWORD ) ), - maConfirmFT ( this, ResId( FT_PASSWD_CONFIRM ) ), - maConfirmED ( this, ResId( ED_PASSWD_CONFIRM ) ), - maPasswordBox ( this, ResId( GB_PASSWD_PASSWORD ) ), - maOKBtn ( this, ResId( BTN_PASSWD_OK ) ), - maCancelBtn ( this, ResId( BTN_PASSWD_CANCEL ) ), - maHelpBtn ( this, ResId( BTN_PASSWD_HELP ) ), - maConfirmStr ( ResId( STR_PASSWD_CONFIRM ) ), + maUserFT ( this, SfxResId( FT_PASSWD_USER ) ), + maUserED ( this, SfxResId( ED_PASSWD_USER ) ), + maPasswordFT ( this, SfxResId( FT_PASSWD_PASSWORD ) ), + maPasswordED ( this, SfxResId( ED_PASSWD_PASSWORD ) ), + maConfirmFT ( this, SfxResId( FT_PASSWD_CONFIRM ) ), + maConfirmED ( this, SfxResId( ED_PASSWD_CONFIRM ) ), + maPasswordBox ( this, SfxResId( GB_PASSWD_PASSWORD ) ), + maOKBtn ( this, SfxResId( BTN_PASSWD_OK ) ), + maCancelBtn ( this, SfxResId( BTN_PASSWD_CANCEL ) ), + maHelpBtn ( this, SfxResId( BTN_PASSWD_HELP ) ), + maConfirmStr ( SfxResId( STR_PASSWD_CONFIRM ) ), mnMinLen ( 5 ), mnExtras ( 0 ) |