diff options
author | Nick Burch <nick@apache.org> | 2008-01-15 16:31:29 +0000 |
---|---|---|
committer | Nick Burch <nick@apache.org> | 2008-01-15 16:31:29 +0000 |
commit | b38caa4cee44ad5c4e26a441ac18a121057e7300 (patch) | |
tree | 5c8281f7feff06d423bc8d91c1d2e01a8570278c /src/java/org/apache/poi/hssf/usermodel/HSSFShapeGroup.java | |
parent | 8accff6c6c95814888cfa7299b3e8e300a43bcc0 (diff) | |
download | poi-b38caa4cee44ad5c4e26a441ac18a121057e7300.tar.gz poi-b38caa4cee44ad5c4e26a441ac18a121057e7300.zip |
Some more updates to the records->usermodel support for hssf shapes. Still not enough there to be useful to pretty much anyone, but at least there's now a framework in place that people can use if they want to support more, and some tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@612148 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/java/org/apache/poi/hssf/usermodel/HSSFShapeGroup.java')
-rw-r--r-- | src/java/org/apache/poi/hssf/usermodel/HSSFShapeGroup.java | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/java/org/apache/poi/hssf/usermodel/HSSFShapeGroup.java b/src/java/org/apache/poi/hssf/usermodel/HSSFShapeGroup.java index 19e54e2adc..fa49528619 100644 --- a/src/java/org/apache/poi/hssf/usermodel/HSSFShapeGroup.java +++ b/src/java/org/apache/poi/hssf/usermodel/HSSFShapeGroup.java @@ -121,7 +121,7 @@ public class HSSFShapeGroup } /** - * Sets the coordinate space of this group. All children are contrained + * Sets the coordinate space of this group. All children are constrained * to these coordinates. */ public void setCoordinates( int x1, int y1, int x2, int y2 ) @@ -177,5 +177,4 @@ public class HSSFShapeGroup } return count; } - -} +}
\ No newline at end of file |