summaryrefslogtreecommitdiff
path: root/sfx2/inc
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/inc')
-rw-r--r--sfx2/inc/sfx2/dinfdlg.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sfx2/inc/sfx2/dinfdlg.hxx b/sfx2/inc/sfx2/dinfdlg.hxx
index cbeb4b37d0..95e8a5d0c2 100644
--- a/sfx2/inc/sfx2/dinfdlg.hxx
+++ b/sfx2/inc/sfx2/dinfdlg.hxx
@@ -174,6 +174,7 @@ class SfxDocumentPage : public SfxTabPage
private:
FixedImage aBmp1;
Edit aNameED;
+ PushButton aChangePassBtn;
FixedLine aLine1FL;
FixedText aTypeFT;
@@ -213,7 +214,9 @@ private:
DECL_LINK( DeleteHdl, PushButton * );
DECL_LINK( SignatureHdl, PushButton * );
+ DECL_LINK( ChangePassHdl, PushButton * );
void ImplUpdateSignatures();
+ void ImplCheckPasswordState();
protected:
SfxDocumentPage( Window* pParent, const SfxItemSet& );