summaryrefslogtreecommitdiff
path: root/uui/source/masterpasscrtdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'uui/source/masterpasscrtdlg.hxx')
-rw-r--r--uui/source/masterpasscrtdlg.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/uui/source/masterpasscrtdlg.hxx b/uui/source/masterpasscrtdlg.hxx
index dce9544c9b7b..dba9ee0f130a 100644
--- a/uui/source/masterpasscrtdlg.hxx
+++ b/uui/source/masterpasscrtdlg.hxx
@@ -41,6 +41,7 @@
#include <vcl/dialog.hxx>
#include <vcl/edit.hxx>
#include <vcl/group.hxx>
+#include <vcl/fixed.hxx>
//============================================================================
class MasterPasswordCreateDialog : public ModalDialog
@@ -49,6 +50,8 @@ class MasterPasswordCreateDialog : public ModalDialog
Edit aEDMasterPasswordCrt;
FixedText aFTMasterPasswordRepeat;
Edit aEDMasterPasswordRepeat;
+ FixedText aFTMasterPasswordWarning;
+ FixedLine aFL;
OKButton aOKBtn;
CancelButton aCancelBtn;
HelpButton aHelpBtn;