summaryrefslogtreecommitdiff
path: root/include/sfx2/devtools/ObjectInspectorTreeHandler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/devtools/ObjectInspectorTreeHandler.hxx')
-rw-r--r--include/sfx2/devtools/ObjectInspectorTreeHandler.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sfx2/devtools/ObjectInspectorTreeHandler.hxx b/include/sfx2/devtools/ObjectInspectorTreeHandler.hxx
index 9bb27e4a72cc..7008a398df5a 100644
--- a/include/sfx2/devtools/ObjectInspectorTreeHandler.hxx
+++ b/include/sfx2/devtools/ObjectInspectorTreeHandler.hxx
@@ -12,6 +12,8 @@
#include <sfx2/dllapi.h>
#include <vcl/weld.hxx>
+#include <vcl/commandevent.hxx>
+#include <vcl/svapp.hxx>
#include <com/sun/star/uno/XInterface.hpp>
#include <com/sun/star/uno/Reference.hxx>
@@ -48,6 +50,7 @@ public:
DECL_LINK(ExpandingHandlerServices, const weld::TreeIter&, bool);
DECL_LINK(ExpandingHandlerProperties, const weld::TreeIter&, bool);
DECL_LINK(ExpandingHandlerMethods, const weld::TreeIter&, bool);
+ DECL_LINK(PopupMenuHandler, const CommandEvent&, bool);
void introspect(css::uno::Reference<css::uno::XInterface> const& xInterface);