diff options
author | Gülşah Köse <gulsah.kose@collabora.com> | 2021-05-17 00:08:12 +0300 |
---|---|---|
committer | Gülşah Köse <gulsah.kose@collabora.com> | 2021-05-17 23:57:17 +0200 |
commit | b1c0734ffe0f395757b6e0cea7830d820231afeb (patch) | |
tree | 16dd46434ffb6bb0f6e09228cf602e65c9dec10a /include/sfx2 | |
parent | 50d8a8c321b17cf5311029467a37e5e163f2bf9c (diff) |
tdf#141677 Make columns sortable
Change-Id: Ib4cb8aaba4c59a7afa347f8010deef41477b77f9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115688
Tested-by: Jenkins
Reviewed-by: Gülşah Köse <gulsah.kose@collabora.com>
Diffstat (limited to 'include/sfx2')
-rw-r--r-- | include/sfx2/devtools/ObjectInspectorTreeHandler.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
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<css::uno::XInterface> const& xInterface); void dispose(); |