Kaydet (Commit) d8d110ce authored tarafından Maxim Monastirsky's avatar Maxim Monastirsky

Fix .uno:Refresh controller registration

Amazing how this is broken for years, and no one ever
noticed.

Change-Id: I65efabad201169e6424a2b8573f6366e4b292e8a
üst ec0e60c5
......@@ -729,12 +729,26 @@
<value>org.libreoffice.chart2.Chart2ToolboxController</value>
</prop>
</node>
<node oor:name="c2" oor:op="replace">
<node oor:name="TableRefreshControl" oor:op="replace">
<prop oor:name="Command">
<value>.uno:Refresh</value>
</prop>
<prop oor:name="Module">
<value>com.sun.star.sdb.OfficeDatabaseDocument</value>
<value>com.sun.star.sdb.TableDataView</value>
</prop>
<prop oor:name="Controller">
<value>com.sun.star.comp.framework.GenericPopupToolbarController</value>
</prop>
<prop oor:name="Value">
<value>.uno:DBRefreshMenu;1</value>
</prop>
</node>
<node oor:name="DataBrowserRefreshControl" oor:op="replace">
<prop oor:name="Command">
<value>.uno:Refresh</value>
</prop>
<prop oor:name="Module">
<value>com.sun.star.sdb.DataSourceBrowser</value>
</prop>
<prop oor:name="Controller">
<value>com.sun.star.comp.framework.GenericPopupToolbarController</value>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment