summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog/passwd.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/dialog/passwd.cxx')
-rw-r--r--sfx2/source/dialog/passwd.cxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/sfx2/source/dialog/passwd.cxx b/sfx2/source/dialog/passwd.cxx
index 98bcc1fe825f..d66d14281dfd 100644
--- a/sfx2/source/dialog/passwd.cxx
+++ b/sfx2/source/dialog/passwd.cxx
@@ -224,15 +224,6 @@ void SfxPasswordDialog::SetMinLen( sal_uInt16 nLen )
// -----------------------------------------------------------------------
-void SfxPasswordDialog::SetMaxLen( sal_uInt16 nLen )
-{
- maPasswordED.SetMaxTextLen( nLen );
- maConfirmED.SetMaxTextLen( nLen );
- EditModifyHdl( NULL );
-}
-
-// -----------------------------------------------------------------------
-
short SfxPasswordDialog::Execute()
{
maUserFT.Hide();