diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-01-15 11:46:00 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-01-15 20:28:50 +0100 |
commit | c34edadf5bd3d1d9f3c9c056af28b8964d8f1ca0 (patch) | |
tree | 09a59ce0597a0faa5a973d3847d97bf7c6e6070f /svx/util | |
parent | 7d514150ef7c9a82aa72213ee2973cc8b9b2dbfa (diff) |
rework SvxUndoRedoControl to be a PopupWindowController
Change-Id: I78b4e03c76bc3aa8479013ae157a9e1316dcfecd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86841
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
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> |