diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-12-22 17:08:01 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-04-24 17:48:00 +0200 |
commit | 16309a9516c1f173056fc103c6428e74217c7927 (patch) | |
tree | a9c469560345db2047857836cb708971112471a3 /officecfg | |
parent | 1d23ff22c112f5b2bac23d9329a72c399007bf98 (diff) |
weld StylesPropertyPanel
and SvxStyleToolBoxControl, etc.
use a GtkOverlay to support the submenu hackery in the Style
wysiwyg combobox dropdown
Change-Id: I17baa56f382243070ee49e6d707e97324e4f4d67
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/85720
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 b9c4d64f4278..48ed82b932aa 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu @@ -1701,6 +1701,17 @@ <value>com.sun.star.comp.svx.FontNameToolBoxControl</value> </prop> </node> + <node oor:name="StyleToolBox" oor:op="replace"> + <prop oor:name="Command"> + <value>.uno:StyleApply</value> + </prop> + <prop oor:name="Module"> + <value/> + </prop> + <prop oor:name="Controller"> + <value>com.sun.star.comp.svx.StyleToolBoxControl</value> + </prop> + </node> <node oor:name="OpenToolbarController" oor:op="replace"> <prop oor:name="Command"> <value>.uno:Open</value> |