summaryrefslogtreecommitdiff
path: root/uui/source/passcrtdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'uui/source/passcrtdlg.hxx')
-rw-r--r--uui/source/passcrtdlg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/uui/source/passcrtdlg.hxx b/uui/source/passcrtdlg.hxx
index eeb2ca3a68..76f0435fc7 100644
--- a/uui/source/passcrtdlg.hxx
+++ b/uui/source/passcrtdlg.hxx
@@ -58,7 +58,7 @@ class PasswordCreateDialog : public ModalDialog
DECL_LINK( EditHdl_Impl, Edit * );
public:
- PasswordCreateDialog( Window* pParent, ResMgr * pResMgr );
+ PasswordCreateDialog( Window* pParent, ResMgr * pResMgr, bool bMSCryptoMode = false );
String GetPassword() const { return aEDPasswordCrt.GetText(); }
};