| commit | 0838ef926d187cf9be4f9cc8c992e2ae9893d325 | [log] |
|---|---|---|
| author | Jim Raykowski <raykowj@gmail.com> | Sun Oct 11 18:04:28 2020 -0800 |
| committer | Jim Raykowski <raykowj@gmail.com> | Sun Oct 11 18:04:28 2020 -0800 |
| tree | 07218b156345e815110ccf9f03a1a3d40fb4d782 | |
| parent | 75030b3a2d4336c494fbe799fb809a37ed7e582f [diff] |
remove unused ZoomIn command This removes user command .uno:ZoomIn in GenericCommands.xcu which doesn't seem to be used and curiously has label "Zoom Out". Change-Id: I1c9f49692324362507701c064473b25c27662cee
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu index 240a86d..79bdbc4 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
@@ -1907,14 +1907,6 @@ <value>1</value> </prop> </node> <node oor:name=".uno:ZoomIn" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">Zoom Out</value> </prop> <prop oor:name="Properties" oor:type="xs:int"> <value>1</value> </prop> </node> <node oor:name=".uno:ZoomMinus" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">Zoom Out</value>