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:
@@ -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>
|
||||
|
@@ -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">
|
||||
|
@@ -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;
|
||||
]
|
||||
|
Reference in New Issue
Block a user