summaryrefslogtreecommitdiff
path: root/include/sfx2/weldutils.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/weldutils.hxx')
-rw-r--r--include/sfx2/weldutils.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/include/sfx2/weldutils.hxx b/include/sfx2/weldutils.hxx
index ccca8b393042..e87295c23abc 100644
--- a/include/sfx2/weldutils.hxx
+++ b/include/sfx2/weldutils.hxx
@@ -38,13 +38,14 @@ private:
ControllerContainer;
ControllerContainer maControllers;
- css::uno::Reference<css::frame::XToolbarController>
- GetControllerForCommand(const OUString& rCommand) const;
-
public:
// fill in the label and icons for actions and dispatch the action on item click
ToolbarUnoDispatcher(weld::Toolbar& rToolbar,
const css::uno::Reference<css::frame::XFrame>& rFrame);
+
+ css::uno::Reference<css::frame::XToolbarController>
+ GetControllerForCommand(const OUString& rCommand) const;
+
void dispose();
~ToolbarUnoDispatcher();
};