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 /officecfg | |
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 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu b/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu index ec3474f0594c..bad60fb6b38f 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu @@ -1536,6 +1536,28 @@ <value>com.sun.star.comp.svx.UnderlineToolBoxControl</value> </prop> </node> + <node oor:name="UndoToolBoxControl" oor:op="replace"> + <prop oor:name="Command"> + <value>.uno:Undo</value> + </prop> + <prop oor:name="Module"> + <value/> + </prop> + <prop oor:name="Controller"> + <value>com.sun.star.comp.svx.UndoRedoToolBoxControl</value> + </prop> + </node> + <node oor:name="RedoToolBoxControl" oor:op="replace"> + <prop oor:name="Command"> + <value>.uno:Redo</value> + </prop> + <prop oor:name="Module"> + <value/> + </prop> + <prop oor:name="Controller"> + <value>com.sun.star.comp.svx.UndoRedoToolBoxControl</value> + </prop> + </node> <node oor:name="XLineColorToolBox" oor:op="replace"> <prop oor:name="Command"> <value>.uno:XLineColor</value> |