diff options
Diffstat (limited to 'sw/source/uibase/inc/contentcontroldlg.hxx')
-rw-r--r-- | sw/source/uibase/inc/contentcontroldlg.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/uibase/inc/contentcontroldlg.hxx b/sw/source/uibase/inc/contentcontroldlg.hxx index 642c7d078fe5..b6a42860e073 100644 --- a/sw/source/uibase/inc/contentcontroldlg.hxx +++ b/sw/source/uibase/inc/contentcontroldlg.hxx @@ -52,6 +52,7 @@ class SwContentControlDlg final : public SfxDialogController DECL_LINK(DeleteHdl, weld::Button&, void); DECL_LINK(MoveUpHdl, weld::Button&, void); DECL_LINK(MoveDownHdl, weld::Button&, void); + DECL_LINK(SelectionChangedHdl, weld::TreeView&, void); DECL_LINK(OkHdl, weld::Button&, void); public: |