diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2020-08-26 14:00:50 +0300 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2020-08-28 00:17:07 +0200 |
commit | 3a46e402adfd8e0ac1f162de382e03ba92842bcb (patch) | |
tree | dfb32b5bb9ce292414f1bcd72e42e2254d1f5b2c /officecfg/registry | |
parent | 82e620ab36b23b58a1be3f56f694c438395103ee (diff) |
MenuBarManager: Extract the window list to own controller
Change-Id: Iad3df8cfe0814f510effaac2b7ba6dd926baab7d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101476
Tested-by: Jenkins
Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
Diffstat (limited to 'officecfg/registry')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu | 11 |
1 files changed, 11 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 c18e2d1fb44a..01e6172a80c6 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu @@ -509,6 +509,17 @@ <value>3dobjectsbar</value> </prop> </node> + <node oor:name="WindowListMenu" oor:op="replace"> + <prop oor:name="Command"> + <value>.uno:WindowList</value> + </prop> + <prop oor:name="Module"> + <value/> + </prop> + <prop oor:name="Controller"> + <value>com.sun.star.comp.framework.WindowListMenuController</value> + </prop> + </node> </node> <node oor:name="ToolBar"> <node oor:name="lo.writer.ScrollToPrevious" oor:op="replace"> |