diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/weldutils.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sfx2/weldutils.hxx b/include/sfx2/weldutils.hxx index 81c4cb85dcab..aaa2fe08a2e3 100644 --- a/include/sfx2/weldutils.hxx +++ b/include/sfx2/weldutils.hxx @@ -56,6 +56,8 @@ public: css::uno::Reference<css::frame::XToolbarController> GetControllerForCommand(const OUString& rCommand) const; + css::uno::Reference<css::frame::XFrame> GetFrame() const { return m_xFrame; } + void dispose(); ~ToolbarUnoDispatcher(); }; |