summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
authorMaxim Monastirsky <momonasmon@gmail.com>2014-11-08 23:56:59 +0200
committerMaxim Monastirsky <momonasmon@gmail.com>2014-11-09 07:42:25 +0200
commit261f84a08d8631d70c62d849cd11b21bc9d1f106 (patch)
treeec8263401e8ce89f14dfc2806723faf2cc3082d9 /officecfg
parent9229170920ab770624415c4330da57af5b1b5398 (diff)
fdo#85804 Introduce bullets and numbering popups
Change-Id: I39ea402a3ce3296f55ea127b0139e89954e41252
Diffstat (limited to 'officecfg')
-rw-r--r--officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu22
1 files changed, 22 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 c25e19dc2030..74acecb4a710 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu
@@ -242,6 +242,28 @@
<value>com.sun.star.comp.sd.InsertSlideController</value>
</prop>
</node>
+ <node oor:name="NumberingToolBox" oor:op="replace">
+ <prop oor:name="Command">
+ <value>.uno:DefaultNumbering</value>
+ </prop>
+ <prop oor:name="Module">
+ <value/>
+ </prop>
+ <prop oor:name="Controller">
+ <value>com.sun.star.comp.svx.NumberingToolBoxControl</value>
+ </prop>
+ </node>
+ <node oor:name="BulletsToolBox" oor:op="replace">
+ <prop oor:name="Command">
+ <value>.uno:DefaultBullet</value>
+ </prop>
+ <prop oor:name="Module">
+ <value/>
+ </prop>
+ <prop oor:name="Controller">
+ <value>com.sun.star.comp.svx.NumberingToolBoxControl</value>
+ </prop>
+ </node>
<node oor:name="ExtrusionDirectionFloater" oor:op="replace">
<prop oor:name="Command">
<value>.uno:ExtrusionDirectionFloater</value>