diff options
Diffstat (limited to 'cui/source/inc/cuigaldlg.hxx')
-rw-r--r-- | cui/source/inc/cuigaldlg.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/inc/cuigaldlg.hxx b/cui/source/inc/cuigaldlg.hxx index 35142bf1c935..f472d283b2fd 100644 --- a/cui/source/inc/cuigaldlg.hxx +++ b/cui/source/inc/cuigaldlg.hxx @@ -256,7 +256,7 @@ class TPGalleryThemeProperties : public SfxTabPage DECL_LINK(ClickTakeAllHdl, weld::Button&, void); DECL_LINK(SelectFoundHdl, weld::TreeView&, void); DECL_LINK(SelectFileTypeHdl, weld::ComboBox&, void); - DECL_LINK(DClickFoundHdl, weld::TreeView&, void); + DECL_LINK(DClickFoundHdl, weld::TreeView&, bool); DECL_LINK(PreviewTimerHdl, Timer*, void); DECL_LINK(DialogClosedHdl, css::ui::dialogs::DialogClosedEvent*, void); |