diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-01-07 08:03:45 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-01-07 08:03:45 +0000 |
commit | 5f633e6ea9ef140470b40889bb134181abc78242 (patch) | |
tree | 9aac44306695172681cb10200c6346f2c6c48b82 /sfx2/source/dialog/passwd.cxx | |
parent | 53a1ad9f44046b367cc5d7f7c550ffaa4fc9a2c4 (diff) |
INTEGRATION: CWS supdremove (1.7.108); FILE MERGED
2007/11/16 10:25:20 vg 1.7.108.1: #i83674# cleanup: remove obsolete SUPD macro use
Diffstat (limited to 'sfx2/source/dialog/passwd.cxx')
-rw-r--r-- | sfx2/source/dialog/passwd.cxx | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/sfx2/source/dialog/passwd.cxx b/sfx2/source/dialog/passwd.cxx index 1fc9dba8ca3b..5a23941aeeaa 100644 --- a/sfx2/source/dialog/passwd.cxx +++ b/sfx2/source/dialog/passwd.cxx @@ -4,9 +4,9 @@ * * $RCSfile: passwd.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: hr $ $Date: 2007-06-27 23:14:59 $ + * last change: $Author: obo $ $Date: 2008-01-07 09:03:45 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -53,17 +53,6 @@ // ----------------------------------------------------------------------- -#if (SUPD < 555) -void SfxPasswordDialog::SetConfirm() -{ - SetText( maConfirmStr ); - maPasswordED.SetText( String() ); - maPasswordED.GrabFocus(); -} -#endif - -// ----------------------------------------------------------------------- - IMPL_LINK_INLINE_START( SfxPasswordDialog, EditModifyHdl, Edit *, EMPTYARG ) { maOKBtn.Enable( maPasswordED.GetText().Len() >= mnMinLen ); |