diff options
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu index 53eb5cbd8874..44727d9d8f34 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu @@ -833,6 +833,9 @@ <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">Number Format...</value> </prop> + <prop oor:name="Properties" oor:type="xs:int"> + <value>1</value> + </prop> </node> <node oor:name=".uno:LoadStyles" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> @@ -1297,6 +1300,9 @@ <prop oor:name="ContextLabel" oor:type="xs:string"> <value xml:lang="en-US">C~ell</value> </prop> + <prop oor:name="Properties" oor:type="xs:int"> + <value>1</value> + </prop> </node> <node oor:name=".uno:GoUp" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> @@ -1349,6 +1355,9 @@ <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">Protect Cells</value> </prop> + <prop oor:name="Properties" oor:type="xs:int"> + <value>1</value> + </prop> </node> <node oor:name=".uno:GoToEndOfLine" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> @@ -1380,6 +1389,9 @@ <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">Unprotect Cells</value> </prop> + <prop oor:name="Properties" oor:type="xs:int"> + <value>1</value> + </prop> </node> <node oor:name=".uno:GoToEndOfDoc" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> @@ -1967,6 +1979,9 @@ <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">Split Table...</value> </prop> + <prop oor:name="Properties" oor:type="xs:int"> + <value>1</value> + </prop> </node> <node oor:name=".uno:WrapAnchorOnly" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> |