diff options
Diffstat (limited to 'framework/util/fwk.component')
-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 4f5edfdf2318..418f8159d5f2 100644 --- a/framework/util/fwk.component +++ b/framework/util/fwk.component @@ -192,6 +192,10 @@ constructor="com_sun_star_comp_framework_GenericPopupToolbarController_get_implementation"> <service name="com.sun.star.frame.ToolbarController"/> </implementation> + <implementation name="com.sun.star.comp.framework.SaveToolbarController" + constructor="com_sun_star_comp_framework_SaveToolbarController_get_implementation"> + <service name="com.sun.star.frame.ToolbarController"/> + </implementation> <implementation name="org.apache.openoffice.comp.framework.NewToolbarController" constructor="org_apache_openoffice_comp_framework_NewToolbarController_get_implementation"> <service name="com.sun.star.frame.ToolbarController"/> |