summaryrefslogtreecommitdiff
path: root/sfx2/inc/sfx2/passwd.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2010-09-15 12:12:18 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2010-09-15 14:10:27 +0200
commitd5ce120eee62dde8982e6ad0f50860184fb1e104 (patch)
treedf7e3fa48163ba00dbf5e51867fa21fbe7e18b5e /sfx2/inc/sfx2/passwd.hxx
parenta7ef13538591b5e269516b028b62536384b1e7d0 (diff)
sc-save-password-minlength.diff: Display min password length in dialog
i#21923
Diffstat (limited to 'sfx2/inc/sfx2/passwd.hxx')
-rw-r--r--sfx2/inc/sfx2/passwd.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/sfx2/inc/sfx2/passwd.hxx b/sfx2/inc/sfx2/passwd.hxx
index e6cbed2f98..6a583fe492 100644
--- a/sfx2/inc/sfx2/passwd.hxx
+++ b/sfx2/inc/sfx2/passwd.hxx
@@ -55,6 +55,7 @@ private:
Edit maPasswordED;
FixedText maConfirmFT;
Edit maConfirmED;
+ FixedText maMinLengthFT;
FixedLine maPasswordBox;
OKButton maOKBtn;
@@ -63,12 +64,17 @@ private:
String maConfirmStr;
USHORT mnMinLen;
+ String maMinLenPwdStr;
+ String maEmptyPwdStr;
+ String maMainPwdStr;
USHORT mnExtras;
bool mbAsciiOnly;
DECL_DLLPRIVATE_LINK( EditModifyHdl, Edit* );
DECL_DLLPRIVATE_LINK( OKHdl, OKButton* );
+ void SetPasswdText();
+
public:
SfxPasswordDialog( Window* pParent, const String* pGroupText = NULL );