diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2015-07-14 17:24:23 +0300 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2015-07-15 01:26:23 +0300 |
commit | a3050f632517137f809d76662170726b518f043a (patch) | |
tree | 8c495db0069afe7612091edb2b95be8e8f4a525a /officecfg | |
parent | d311b65f277cce83557dd59f95e9295bc7781cee (diff) |
Convert filters button to the generic controller
Change-Id: I6d3c76c0aafe0ad77b597a2cb8331e6f8219e2d2
Diffstat (limited to 'officecfg')
-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 8d96dc6f597e..20fc41ea6c92 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="GraphicFilterControl" oor:op="replace"> + <prop oor:name="Command"> + <value>.uno:GraphicFilterToolbox</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>graffilterbar</value> + </prop> + </node> <node oor:name="OptimizeTableControl" oor:op="replace"> <prop oor:name="Command"> <value>.uno:OptimizeTable</value> |