tdf#149047 add tooltip to uno:InsertObjCtrl and improve label
This .uno provides a dropdown menu, if insertobjectbar.xml
exists. It is barely used, so have only changed the
appearance in the toolbar and the Customize menu. Have not
added a ContextLabel, but might be necessary if used
in a menu.
The change is made as part of identifying "Objects" in the UI
as "OLE Objects" (when appropriate, see tdf#149018
Change-Id: Ia6c796e9f88e1731e155390b267aaa30336655e6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134443
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
index 2ce11a0..1dad35c 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
@@ -922,7 +922,10 @@
</node>
<node oor:name=".uno:InsertObjCtrl" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string">
<value xml:lang="en-US">Insert Object Menu</value>
<value xml:lang="en-US">OLE Object Insert Menu</value>
</prop>
<prop oor:name="TooltipLabel" oor:type="xs:string">
<value xml:lang="en-US">Insert OLE Object</value>
</prop>
<prop oor:name="Properties" oor:type="xs:int">
<value>1</value>