diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2016-10-16 01:27:10 +0300 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2016-10-15 23:16:22 +0000 |
commit | 970a66f8c919ea0524f216f40d21b3e2a8c88ccc (patch) | |
tree | 3bfa4a692a2576a97d45ba2df38ff2644f9d9689 /officecfg/registry/data | |
parent | bd041161f3dc65a36245ce271007dce003529a9c (diff) |
Use UNO registration for font name toolbox control
Should help to eventually get rid of the wrapper in reportdesign.
Change-Id: I9fc94f2ed650561eb47f2f91939b3aa37f031c3b
Reviewed-on: https://gerrit.libreoffice.org/29910
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
Diffstat (limited to 'officecfg/registry/data')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu b/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu index 73f9d17037b1..c91e8e1d0e6b 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu @@ -1137,15 +1137,15 @@ <value>com.sun.star.report.ReportToolboxController</value> </prop> </node> - <node oor:name="c14" oor:op="replace" install:module="reportbuilder"> + <node oor:name="FontNameToolBox" oor:op="replace"> <prop oor:name="Command"> <value>.uno:CharFontName</value> </prop> <prop oor:name="Module"> - <value>com.sun.star.report.ReportDefinition</value> + <value/> </prop> <prop oor:name="Controller"> - <value>com.sun.star.report.ReportToolboxController</value> + <value>com.sun.star.comp.svx.FontNameToolBoxControl</value> </prop> </node> <node oor:name="OpenToolbarController" oor:op="replace"> |