diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2015-07-17 12:27:48 +0300 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2015-07-17 14:48:38 +0300 |
commit | 1c70472740a2973d56312130ebade3d3ded425d0 (patch) | |
tree | de0f03b453fbce90fdcf5d16f32d228f41d89ff3 /officecfg/registry | |
parent | 326fad3c95a59a3202ab1c083834fb923f96258f (diff) |
Convert dialog controls button to the generic controller
Change-Id: I3d03fba86139a3495e1cfd67b3f17149c73e3377
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 554ecedfba0f..ce96b6dc2104 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu @@ -187,6 +187,20 @@ </node> </node> <node oor:name="ToolBar"> + <node oor:name="BasicControlsToolBox" oor:op="replace"> + <prop oor:name="Command"> + <value>.uno:ChooseControls</value> + </prop> + <prop oor:name="Module"> + <value>com.sun.star.script.BasicIDE</value> + </prop> + <prop oor:name="Controller"> + <value>com.sun.star.comp.framework.SubToolBarController</value> + </prop> + <prop oor:name="Value"> + <value>insertcontrolsbar</value> + </prop> + </node> <node oor:name="AlignmentControl" oor:op="replace"> <prop oor:name="Command"> <value>.uno:ObjectAlign</value> |