summaryrefslogtreecommitdiff
path: root/uui/source/passworddlg.hxx
diff options
context:
space:
mode:
authorThomas Lange [tl] <tl@openoffice.org>2010-03-03 16:36:43 +0100
committerThomas Lange [tl] <tl@openoffice.org>2010-03-03 16:36:43 +0100
commit5f4789aa21fb16982d4e744d6eb1f2198f36154e (patch)
tree9207bffd98b57f3f60b697cc867b8deabba06fb2 /uui/source/passworddlg.hxx
parent3c550e9f7bdd8c9f1f75f4148f516ddc94290f92 (diff)
#109634# password to modify dialog
Diffstat (limited to 'uui/source/passworddlg.hxx')
-rwxr-xr-x[-rw-r--r--]uui/source/passworddlg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/uui/source/passworddlg.hxx b/uui/source/passworddlg.hxx
index 75f65b456ac7..c5cb136022da 100644..100755
--- a/uui/source/passworddlg.hxx
+++ b/uui/source/passworddlg.hxx
@@ -53,7 +53,7 @@ class PasswordDialog : public ModalDialog
DECL_LINK( OKHdl_Impl, OKButton * );
public:
- PasswordDialog( Window* pParent, ::com::sun::star::task::PasswordRequestMode nDlgMode, ResMgr * pResMgr, ::rtl::OUString& aDocURL );
+ PasswordDialog( Window* pParent, ::com::sun::star::task::PasswordRequestMode nDlgMode, ResMgr * pResMgr, ::rtl::OUString& aDocURL, bool bOpenToModify = false );
String GetPassword() const { return aEDPassword.GetText(); }