diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2019-05-03 17:58:46 +0300 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2019-06-13 23:15:46 +0200 |
commit | 7fb6f10c92d21681e9b0fa722ac9329cf3b8e5a2 (patch) | |
tree | f5f9fcc5a2bc24b1781ef277a1f0bf099eb7bda5 /officecfg | |
parent | 69903b5c5f9b9015c88931c0eb8a47b52ea3de12 (diff) |
Make .uno:Objects3DToolbox item work in menus
Similar to the other insert shape group commands.
Change-Id: I67524c1d521246b76d953ed9a8aff506535bf550
Reviewed-on: https://gerrit.libreoffice.org/73970
Tested-by: Jenkins
Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
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 0370cfb8bb9e..722df647ce3b 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu @@ -495,6 +495,20 @@ <value>choosemodebar</value> </prop> </node> + <node oor:name="c40" oor:op="replace"> + <prop oor:name="Command"> + <value>.uno:Objects3DToolbox</value> + </prop> + <prop oor:name="Module"> + <value/> + </prop> + <prop oor:name="Controller"> + <value>com.sun.star.comp.framework.ToolbarAsMenuController</value> + </prop> + <prop oor:name="Value"> + <value>3dobjectsbar</value> + </prop> + </node> </node> <node oor:name="ToolBar"> <node oor:name="lo.writer.ScrollToPrevious" oor:op="replace"> |