From b1c0734ffe0f395757b6e0cea7830d820231afeb Mon Sep 17 00:00:00 2001 From: Gülşah Köse Date: Mon, 17 May 2021 00:08:12 +0300 Subject: tdf#141677 Make columns sortable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ib4cb8aaba4c59a7afa347f8010deef41477b77f9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115688 Tested-by: Jenkins Reviewed-by: Gülşah Köse --- include/sfx2/devtools/ObjectInspectorTreeHandler.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/sfx2/devtools/ObjectInspectorTreeHandler.hxx b/include/sfx2/devtools/ObjectInspectorTreeHandler.hxx index a9cf5be3dae6..03188276a4b4 100644 --- a/include/sfx2/devtools/ObjectInspectorTreeHandler.hxx +++ b/include/sfx2/devtools/ObjectInspectorTreeHandler.hxx @@ -83,6 +83,8 @@ public: DECL_LINK(NotebookEnterPage, const OString&, void); DECL_LINK(NotebookLeavePage, const OString&, bool); + DECL_LINK(HeaderBarClick, int, void); + void introspect(css::uno::Reference const& xInterface); void dispose(); -- cgit v1.2.3