diff options
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu | 9 | ||||
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu | 3 |
2 files changed, 12 insertions, 0 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu index ea10db2477d2..76178155cab8 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu @@ -1908,6 +1908,9 @@ <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">200%</value> </prop> + <prop oor:name="Properties" oor:type="xs:int"> + <value>1</value> + </prop> </node> <node oor:name=".uno:Zoom150Percent" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> @@ -1931,6 +1934,9 @@ <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">50%</value> </prop> + <prop oor:name="Properties" oor:type="xs:int"> + <value>1</value> + </prop> </node> <node oor:name=".uno:GrafGamma" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> @@ -6167,6 +6173,9 @@ <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">Left</value> </prop> + <prop oor:name="Properties" oor:type="xs:int"> + <value>1</value> + </prop> </node> <node oor:name=".uno:CommonAlignHorizontalCenter" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu index 5de0e26ea509..875a089c460e 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu @@ -1068,6 +1068,9 @@ <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">Create ~HTML Document</value> </prop> + <prop oor:name="Properties" oor:type="xs:int"> + <value>1</value> + </prop> </node> <node oor:name=".uno:StartOfParaSel" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> |