diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2015-07-14 16:37:10 +0300 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2015-07-15 01:26:23 +0300 |
commit | d311b65f277cce83557dd59f95e9295bc7781cee (patch) | |
tree | 6315890674545acad9a50d2ac93b4389f4ed0c96 /officecfg/registry | |
parent | 489af4ed790a233c94051d2f08e51d7c44ddba37 (diff) |
Convert optimize table button to the generic controller
Change-Id: I6b9089daaa2bb7d0dfc1072296fc51401e5fc88a
Diffstat (limited to 'officecfg/registry')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu | 14 |
1 files changed, 14 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 03f10ac14888..8d96dc6f597e 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu @@ -176,6 +176,20 @@ </node> </node> <node oor:name="ToolBar"> + <node oor:name="OptimizeTableControl" oor:op="replace"> + <prop oor:name="Command"> + <value>.uno:OptimizeTable</value> + </prop> + <prop oor:name="Module"> + <value/> + </prop> + <prop oor:name="Controller"> + <value>com.sun.star.comp.framework.SubToolBarController</value> + </prop> + <prop oor:name="Value"> + <value>optimizetablebar</value> + </prop> + </node> <node oor:name="InsertControl" oor:op="replace"> <prop oor:name="Command"> <value>.uno:InsertCtrl</value> |