diff options
author | Szymon Kłos <eszkadev@gmail.com> | 2015-07-07 16:44:59 +0200 |
---|---|---|
committer | Szymon Kłos <eszkadev@gmail.com> | 2015-07-16 09:53:32 +0200 |
commit | ce722af0cce170a2aac3a5e01cd66e6c24fba63c (patch) | |
tree | 4915fbc22ac6ddfd09c2858c3d8653a72f0e6bae /framework/util | |
parent | 1ceb7bc53b347deb93e7cca415b90e71057cfac5 (diff) |
'Save As' popup menu in the Writer's toolbar
Change-Id: I1b1cb7fcd2ae0e0f50e4d8e3900bc416435e60bf
Diffstat (limited to 'framework/util')
-rw-r--r-- | framework/util/fwk.component | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/framework/util/fwk.component b/framework/util/fwk.component index 477d524cac34..ad1678222417 100644 --- a/framework/util/fwk.component +++ b/framework/util/fwk.component @@ -117,6 +117,10 @@ constructor="com_sun_star_comp_framework_RecentFilesMenuController_get_implementation"> <service name="com.sun.star.frame.PopupMenuController"/> </implementation> + <implementation name="com.sun.star.comp.framework.SaveAsMenuController" + constructor="com_sun_star_comp_framework_SaveAsMenuController_get_implementation"> + <service name="com.sun.star.frame.PopupMenuController"/> + </implementation> <implementation name="com.sun.star.comp.framework.StatusBarControllerFactory" constructor="com_sun_star_comp_framework_StatusBarControllerFactory_get_implementation"> <service name="com.sun.star.frame.StatusbarControllerFactory"/> |