summaryrefslogtreecommitdiff
path: root/uui/source/passworddlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'uui/source/passworddlg.hxx')
-rwxr-xr-xuui/source/passworddlg.hxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/uui/source/passworddlg.hxx b/uui/source/passworddlg.hxx
index fe5fe7f2ef84..e5a0a7885b2b 100755
--- a/uui/source/passworddlg.hxx
+++ b/uui/source/passworddlg.hxx
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -39,11 +39,11 @@
//============================================================================
class PasswordDialog : public ModalDialog
{
- FixedText aFTPassword;
- Edit aEDPassword;
- OKButton aOKBtn;
- CancelButton aCancelBtn;
- HelpButton aHelpBtn;
+ FixedText aFTPassword;
+ Edit aEDPassword;
+ OKButton aOKBtn;
+ CancelButton aCancelBtn;
+ HelpButton aHelpBtn;
FixedLine aFixedLine1;
@@ -52,11 +52,11 @@ class PasswordDialog : public ModalDialog
public:
PasswordDialog( Window* pParent, ::com::sun::star::task::PasswordRequestMode nDlgMode, ResMgr * pResMgr, ::rtl::OUString& aDocURL, bool bOpenToModify = false );
- String GetPassword() const { return aEDPassword.GetText(); }
+ String GetPassword() const { return aEDPassword.GetText(); }
private:
- ::com::sun::star::task::PasswordRequestMode nDialogMode;
- ResMgr* pResourceMgr;
+ ::com::sun::star::task::PasswordRequestMode nDialogMode;
+ ResMgr* pResourceMgr;
};
#endif // PASSWORDDLG_HXX