diff options
author | Ariel Constenla-Haile <arielch@apache.org> | 2012-08-01 23:35:08 +0000 |
---|---|---|
committer | Ariel Constenla-Haile <arielch@apache.org> | 2012-08-01 23:35:08 +0000 |
commit | 941293c5e6983dcce60a7bb9e1ee7a6ee65aad47 (patch) | |
tree | 2fa9b59130f604864ebf3d33055fe264cb345188 /officecfg/registry | |
parent | f15ddfdd58215f10e7b9a6e3a557a705021bf8a2 (diff) |
#i120433# - Add .uno:LineArrowEnd to GenericCommands.xcu
Notes
Notes:
reject: i119971 UI command movement
Diffstat (limited to 'officecfg/registry')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu | 8 |
1 files changed, 8 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 e24fac8fe602..93e453e576ec 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu @@ -3517,6 +3517,14 @@ <value>1</value> </prop> </node> + <node oor:name=".uno:LineArrowEnd" oor:op="replace"> + <prop oor:name="Label" oor:type="xs:string"> + <value xml:lang="en-US">Line Ends with Arrow</value> + </prop> + <prop oor:name="Properties" oor:type="xs:int"> + <value>1</value> + </prop> + </node> <node oor:name=".uno:LineDash" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">Line Dash/Dot</value> |