diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/devtools/ObjectInspectorTreeHandler.hxx | 5 |
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, |