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 e195f023bae1..0f75d50498f4 100644 --- a/svx/util/svx.component +++ b/svx/util/svx.component @@ -112,6 +112,10 @@ constructor="com_sun_star_comp_svx_CharacterSpacingToolBoxControl_get_implementation"> <service name="com.sun.star.frame.ToolbarController"/> </implementation> + <implementation name="com.sun.star.comp.svx.TableToolBoxControl" + constructor="com_sun_star_comp_svx_TableToolBoxControl_get_implementation"> + <service name="com.sun.star.frame.ToolbarController"/> + </implementation> <implementation name="com.sun.star.comp.svx.UnderlineToolBoxControl" constructor="com_sun_star_comp_svx_UnderlineToolBoxControl_get_implementation"> <service name="com.sun.star.frame.ToolbarController"/> |