diff options
Diffstat (limited to 'svx/util/svx.component')
-rw-r--r-- | svx/util/svx.component | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/svx/util/svx.component b/svx/util/svx.component index 5529d276dbfd..967677befed0 100644 --- a/svx/util/svx.component +++ b/svx/util/svx.component @@ -80,4 +80,8 @@ constructor="org_apache_openoffice_comp_svx_sidebar_PanelFactory_get_implementation"> <service name="com.sun.star.ui.UIElementFactory"/> </implementation> + <implementation name="com.sun.star.comp.svx.NumberingToolBoxControl" + constructor="com_sun_star_comp_svx_NumberingToolBoxControl_get_implementation"> + <service name="com.sun.star.frame.ToolbarController"/> + </implementation> </component> |