From: Andreas Beeker Date: Sat, 14 Nov 2015 02:42:05 +0000 (+0000) Subject: Fix typo in EscherProperties X-Git-Tag: REL_3_14_BETA1~123 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=d25f5b23d1a011d99e2abe23559f584131fe548a;p=poi.git Fix typo in EscherProperties git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1714289 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/java/org/apache/poi/ddf/EscherProperties.java b/src/java/org/apache/poi/ddf/EscherProperties.java index 2bee6b92e5..7e52fea44e 100644 --- a/src/java/org/apache/poi/ddf/EscherProperties.java +++ b/src/java/org/apache/poi/ddf/EscherProperties.java @@ -176,7 +176,7 @@ public final class EscherProperties { public static final short LINESTYLE__LINESTARTARROWHEAD = 464; public static final short LINESTYLE__LINEENDARROWHEAD = 465; public static final short LINESTYLE__LINESTARTARROWWIDTH = 466; - public static final short LINESTYLE__LINEESTARTARROWLENGTH = 467; + public static final short LINESTYLE__LINESTARTARROWLENGTH = 467; public static final short LINESTYLE__LINEENDARROWWIDTH = 468; public static final short LINESTYLE__LINEENDARROWLENGTH = 469; public static final short LINESTYLE__LINEJOINSTYLE = 470; @@ -478,7 +478,7 @@ public final class EscherProperties { addProp(m, LINESTYLE__LINESTARTARROWHEAD, "linestyle.linestartarrowhead"); addProp(m, LINESTYLE__LINEENDARROWHEAD, "linestyle.lineendarrowhead"); addProp(m, LINESTYLE__LINESTARTARROWWIDTH, "linestyle.linestartarrowwidth"); - addProp(m, LINESTYLE__LINEESTARTARROWLENGTH, "linestyle.lineestartarrowlength"); + addProp(m, LINESTYLE__LINESTARTARROWLENGTH, "linestyle.linestartarrowlength"); addProp(m, LINESTYLE__LINEENDARROWWIDTH, "linestyle.lineendarrowwidth"); addProp(m, LINESTYLE__LINEENDARROWLENGTH, "linestyle.lineendarrowlength"); addProp(m, LINESTYLE__LINEJOINSTYLE, "linestyle.linejoinstyle");