summaryrefslogtreecommitdiff
path: root/sfx2/source/inc/versdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/inc/versdlg.hxx')
-rw-r--r--sfx2/source/inc/versdlg.hxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/sfx2/source/inc/versdlg.hxx b/sfx2/source/inc/versdlg.hxx
index 67453efa3a51..9ad3f3bf983b 100644
--- a/sfx2/source/inc/versdlg.hxx
+++ b/sfx2/source/inc/versdlg.hxx
@@ -97,15 +97,11 @@ class SfxCmisVersionsDialog : public SfxModalDialog
VclPtr<PushButton> m_pCompareButton;
SfxViewFrame* pViewFrame;
SfxVersionTableDtor* m_pTable;
- bool m_bIsSaveVersionOnClose;
- DECL_LINK(DClickHdl_Impl, void *);
- DECL_LINK(SelectHdl_Impl, void *);
- DECL_LINK( ButtonHdl_Impl, Button* );
void LoadVersions();
public:
- SfxCmisVersionsDialog ( SfxViewFrame* pFrame, bool );
+ SfxCmisVersionsDialog ( SfxViewFrame* pFrame );
virtual ~SfxCmisVersionsDialog ();
virtual void dispose() SAL_OVERRIDE;
};