[Libreoffice-commits] core.git: officecfg/registry
Yousuf Philips
philipz85 at hotmail.com
Sat Dec 23 10:59:14 UTC 2017
officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu | 42 ++++++++++
1 file changed, 42 insertions(+)
New commits:
commit eb5c30450e1966caf476dbbc63669b1593d5c5a7
Author: Yousuf Philips <philipz85 at hotmail.com>
Date: Fri Dec 22 13:27:38 2017 +0400
tdf#114605 Allow line split buttons to work in the menus
Change-Id: Ie6cb2b19c56cb5b38f1dca89dba775970f405748
Reviewed-on: https://gerrit.libreoffice.org/46905
Reviewed-by: Maxim Monastirsky <momonasmon at gmail.com>
Tested-by: Jenkins <ci at libreoffice.org>
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu b/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu
index 103d14d1f672..12d7ccd3de91 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu
@@ -439,6 +439,48 @@
<value>preview</value>
</prop>
</node>
+ <node oor:name="c36" oor:op="replace">
+ <prop oor:name="Command">
+ <value>.uno:ArrowsToolbox</value>
+ </prop>
+ <prop oor:name="Module">
+ <value/>
+ </prop>
+ <prop oor:name="Controller">
+ <value>com.sun.star.comp.framework.ToolbarAsMenuController</value>
+ </prop>
+ <prop oor:name="Value">
+ <value>arrowsbar</value>
+ </prop>
+ </node>
+ <node oor:name="c37" oor:op="replace">
+ <prop oor:name="Command">
+ <value>.uno:LineToolbox</value>
+ </prop>
+ <prop oor:name="Module">
+ <value/>
+ </prop>
+ <prop oor:name="Controller">
+ <value>com.sun.star.comp.framework.ToolbarAsMenuController</value>
+ </prop>
+ <prop oor:name="Value">
+ <value>linesbar</value>
+ </prop>
+ </node>
+ <node oor:name="c38" oor:op="replace">
+ <prop oor:name="Command">
+ <value>.uno:ConnectorToolbox</value>
+ </prop>
+ <prop oor:name="Module">
+ <value/>
+ </prop>
+ <prop oor:name="Controller">
+ <value>com.sun.star.comp.framework.ToolbarAsMenuController</value>
+ </prop>
+ <prop oor:name="Value">
+ <value>connectorsbar</value>
+ </prop>
+ </node>
</node>
<node oor:name="ToolBar">
<node oor:name="lo.writer.ScrollToPrevious" oor:op="replace">
More information about the Libreoffice-commits
mailing list