[Libreoffice-commits] .: Branch 'libreoffice-3-4' - sfx2/source

Cédric Bosdonnat cbosdo at kemper.freedesktop.org
Mon May 16 04:05:06 PDT 2011


 sfx2/source/dialog/passwd.cxx |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit c0fbbfc7a81fb8496ea21d0c82f4bc6990467125
Author: Andras Timar <atimar at suse.com>
Date:   Fri May 13 10:24:29 2011 +0200

    fix password dialog layout problem - fdo#36951
    
    Signed-off-by: Cédric Bosdonnat <cedric.bosdonnat.ooo at free.fr>

diff --git a/sfx2/source/dialog/passwd.cxx b/sfx2/source/dialog/passwd.cxx
index 67b3d7b..86eb82a 100644
--- a/sfx2/source/dialog/passwd.cxx
+++ b/sfx2/source/dialog/passwd.cxx
@@ -165,6 +165,9 @@ SfxPasswordDialog::SfxPasswordDialog( Window* pParent, const String* pGroupText
     // add second confirm line
     xEdits->addRow( &maConfirm2FT, &maConfirm2ED, -2, aEditSize );
     
+    // add password length warning line
+    xEdits->addWindow( &maMinLengthFT );
+
     // add a FixedLine
     FixedLine* pLine = new FixedLine( this, 0 );
     pLine->Show();


More information about the Libreoffice-commits mailing list