diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-01-13 13:20:45 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-01-13 18:28:59 +0100 |
commit | c9ba69cdfaaf19695fc8e40ba7af1d06490a123f (patch) | |
tree | 4f78b0543befffdbcec349ba6c6be4d569925bd2 /officecfg | |
parent | 4e12a674f51e898cf11af64b01e8da8468cec401 (diff) |
rework TextCharacterSpacingPopup to be a PopupWindowController
Change-Id: I3db8f93b99157f7ee8d6095f7dfc5c2b2e6890e8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86690
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 c9870cec546c..e89903cd0149 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu @@ -1283,6 +1283,17 @@ <value>com.sun.star.comp.svx.LineSpacingToolBoxControl</value> </prop> </node> + <node oor:name="CharacterSpacingToolBoxControl" oor:op="replace"> + <prop oor:name="Command"> + <value>.uno:Spacing</value> + </prop> + <prop oor:name="Module"> + <value/> + </prop> + <prop oor:name="Controller"> + <value>com.sun.star.comp.svx.CharacterSpacingToolBoxControl</value> + </prop> + </node> <node oor:name="BorderStyleToolBoxControl" oor:op="replace"> <prop oor:name="Command"> <value>.uno:SetBorderStyle</value> |