diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-01-13 14:53:51 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-01-13 18:29:32 +0100 |
commit | c81afdb5118536b2e2365a9a9af6b6e162c87aeb (patch) | |
tree | 7fe6a07754dc1d12d438addd90f8c0a845615da8 /officecfg | |
parent | bd738ed736cc5e1f4ed8e81c3691538d401bbf65 (diff) |
rework TextUnderlinePopup to be a PopupWindowController
Change-Id: I149777b827dd00e00e62b461836122861864f829
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86697
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 | 11 |
1 files changed, 11 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 e89903cd0149..a0bd1450d0e0 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu @@ -1404,6 +1404,17 @@ <value>com.sun.star.comp.svx.ColorToolBoxControl</value> </prop> </node> + <node oor:name="UnderlineToolBoxControl" oor:op="replace"> + <prop oor:name="Command"> + <value>.uno:Underline</value> + </prop> + <prop oor:name="Module"> + <value/> + </prop> + <prop oor:name="Controller"> + <value>com.sun.star.comp.svx.UnderlineToolBoxControl</value> + </prop> + </node> <node oor:name="XLineColorToolBox" oor:op="replace"> <prop oor:name="Command"> <value>.uno:XLineColor</value> |