summaryrefslogtreecommitdiffstats
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.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/inc/versdlg.hxx b/sfx2/source/inc/versdlg.hxx
index 8f9377881e91..d486692e77a3 100644
--- a/sfx2/source/inc/versdlg.hxx
+++ b/sfx2/source/inc/versdlg.hxx
@@ -41,7 +41,7 @@ class SfxVersionDialog : public SfxDialogController
std::unique_ptr<weld::Button> m_xCmisButton;
std::unique_ptr<weld::TreeView> m_xVersionBox;
- DECL_LINK(DClickHdl_Impl, weld::TreeView&, void);
+ DECL_LINK(DClickHdl_Impl, weld::TreeView&, bool);
DECL_LINK(SelectHdl_Impl, weld::TreeView&, void);
DECL_LINK(ButtonHdl_Impl, weld::Button&, void );
void Init_Impl();