diff options
Diffstat (limited to 'svx/util')
-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 90e3419e5f1b..e54318dea597 100644 --- a/svx/util/svx.component +++ b/svx/util/svx.component @@ -124,4 +124,8 @@ constructor="com_sun_star_comp_svx_UnderlineToolBoxControl_get_implementation"> <service name="com.sun.star.frame.ToolbarController"/> </implementation> + <implementation name="com.sun.star.comp.svx.UndoRedoToolBoxControl" + constructor="com_sun_star_comp_svx_UndoRedoToolBoxControl_get_implementation"> + <service name="com.sun.star.frame.ToolbarController"/> + </implementation> </component> |