summaryrefslogtreecommitdiffstats
path: root/uui/source/passworddlg.hxx
diff options
context:
space:
mode:
authorMikhail Voitenko <mav@openoffice.org>2001-10-11 05:55:40 +0000
committerMikhail Voitenko <mav@openoffice.org>2001-10-11 05:55:40 +0000
commit6032c5ea5bb38ab172cd7c6b22580539796af2fb (patch)
treed9717961cc33cd35f80d5d6f21a56e4e62ec051f /uui/source/passworddlg.hxx
parent#92380# deliver uui.hid (diff)
downloadcore-6032c5ea5bb38ab172cd7c6b22580539796af2fb.tar.gz
core-6032c5ea5bb38ab172cd7c6b22580539796af2fb.zip
#92380#,#91564# New dialog with unique hid and fixed text
Diffstat (limited to 'uui/source/passworddlg.hxx')
-rw-r--r--uui/source/passworddlg.hxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/uui/source/passworddlg.hxx b/uui/source/passworddlg.hxx
index 2d2a119a2ae7..f60c3964d919 100644
--- a/uui/source/passworddlg.hxx
+++ b/uui/source/passworddlg.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: passworddlg.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: mav $ $Date: 2001-06-26 13:35:41 $
+ * last change: $Author: mav $ $Date: 2001-10-11 06:53:03 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -84,11 +84,8 @@
//============================================================================
class MasterPasswordDialog : public ModalDialog
{
- FixedText aInfoEnterPassword;
FixedText aFTMasterPassword;
Edit aEDMasterPassword;
- FixedText aFTMasterPasswordRepeat;
- Edit aEDMasterPasswordRepeat;
OKButton aOKBtn;
CancelButton aCancelBtn;
HelpButton aHelpBtn;
@@ -107,3 +104,4 @@ private:
};
#endif // UUI_PASSWORDDLG_HXX
+