diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-01-07 20:01:32 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-01-08 17:15:23 +0100 |
commit | 7e4b2d90f8b877bd954b7549e17c790fa05ea96a (patch) | |
tree | 754547bad972acec63292b57651dbdb4eb3dc8f2 /officecfg/registry | |
parent | d799e19c0e1ff629fc3c9464c45039f64bdbbf7e (diff) |
rework ParaLineSpacingPopup to be a PopupWindowController
Change-Id: I8b43e0345d8d3c38a7ef21f31655b578a8dc8ea2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86384
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'officecfg/registry')
-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 722df647ce3b..c9870cec546c 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu @@ -1272,6 +1272,17 @@ <value>com.sun.star.comp.svx.LineEndToolBoxControl</value> </prop> </node> + <node oor:name="LineSpacingToolBoxControl" oor:op="replace"> + <prop oor:name="Command"> + <value>.uno:LineSpacing</value> + </prop> + <prop oor:name="Module"> + <value/> + </prop> + <prop oor:name="Controller"> + <value>com.sun.star.comp.svx.LineSpacingToolBoxControl</value> + </prop> + </node> <node oor:name="BorderStyleToolBoxControl" oor:op="replace"> <prop oor:name="Command"> <value>.uno:SetBorderStyle</value> |