Avoid .uno: command names in the customization dialog

Change-Id: I37a510727dc2d5f8de1eb6ee5b60653e43ff0e4c
Reviewed-on: https://gerrit.libreoffice.org/82230
Tested-by: Jenkins
Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
This commit is contained in:
Maxim Monastirsky
2019-11-07 17:05:01 +02:00
parent 3fe387010f
commit 2e9322d765
3 changed files with 12 additions and 7 deletions

View File

@@ -412,6 +412,11 @@
<value>1</value>
</prop>
</node>
<node oor:name=".uno:MasterSlidesPanel" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string">
<value xml:lang="en-US">Master Slides</value>
</prop>
</node>
<node oor:name=".uno:ConnectorAttributes" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string">
<value xml:lang="en-US">~Connector...</value>

View File

@@ -1197,7 +1197,7 @@
</prop>
</node>
<node oor:name=".uno:PageDialog" oor:op="replace">
<prop oor:name="ContextLabel" oor:type="xs:string">
<prop oor:name="Label" oor:type="xs:string">
<value xml:lang="en-US">~Page Style...</value>
</prop>
<prop oor:name="Properties" oor:type="xs:int">

View File

@@ -7803,9 +7803,9 @@ SfxUInt32Item TableRowHeight SID_ATTR_TABLE_ROW_HEIGHT
RecordPerSet;
AccelConfig = TRUE,
MenuConfig = TRUE,
ToolBoxConfig = TRUE,
AccelConfig = FALSE,
MenuConfig = FALSE,
ToolBoxConfig = FALSE,
GroupId = SfxGroupId::Table;
]
@@ -7821,8 +7821,8 @@ SfxUInt32Item TableColumWidth SID_ATTR_TABLE_COLUMN_WIDTH
RecordPerSet;
AccelConfig = TRUE,
MenuConfig = TRUE,
ToolBoxConfig = TRUE,
AccelConfig = FALSE,
MenuConfig = FALSE,
ToolBoxConfig = FALSE,
GroupId = SfxGroupId::Table;
]