summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
Diffstat (limited to 'officecfg')
-rw-r--r--officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu18
1 files changed, 16 insertions, 2 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu b/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu
index f6b1eebd8f66..631d5a2395fb 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu
@@ -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>