summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2021-03-11 23:26:29 +0900
committerTomaž Vajngerl <quikee@gmail.com>2021-03-13 12:47:54 +0100
commit1beb97dfc2d8c8e9ee06001ac59a22a3208214d1 (patch)
treea362f982b21681c8337eef9dc0678e052c3a451f /include
parent68bc6a5dd68006ab86e7ef26f9e5d241cb118879 (diff)
devtools: show superclass tree in interface and services tree view
Change-Id: I508b568bbb5b0559c265a3f058e689eeeb326b83 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112372 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/devtools/ObjectInspectorTreeHandler.hxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/sfx2/devtools/ObjectInspectorTreeHandler.hxx b/include/sfx2/devtools/ObjectInspectorTreeHandler.hxx
index 65a16be8c890..58b4c833961c 100644
--- a/include/sfx2/devtools/ObjectInspectorTreeHandler.hxx
+++ b/include/sfx2/devtools/ObjectInspectorTreeHandler.hxx
@@ -15,8 +15,9 @@
#include <vcl/commandevent.hxx>
#include <vcl/svapp.hxx>
-#include <com/sun/star/uno/XInterface.hpp>
#include <com/sun/star/uno/Reference.hxx>
+#include <com/sun/star/uno/XInterface.hpp>
+#include <com/sun/star/uno/XComponentContext.hpp>
#include <memory>
#include <deque>
@@ -34,6 +35,8 @@ private:
std::deque<css::uno::Any> maInspectionStack;
+ css::uno::Reference<css::uno::XComponentContext> mxContext;
+
static void clearObjectInspectorChildren(std::unique_ptr<weld::TreeView>& pTreeView,
weld::TreeIter const& rParent);
static void handleExpanding(std::unique_ptr<weld::TreeView>& pTreeView,