Skip to content

Commit

Permalink
Make this compile for me.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@501314 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Rainer Klute committed Jan 30, 2007
1 parent 2cb1104 commit 6ea2f68
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -48,7 +48,7 @@ public void testCreateLines() throws Exception {
* line styles
*/
line = new Line();
line.setAnchor(new Rectangle(75, 200, 300, 0));
line.setAnchor(new java.awt.Rectangle(75, 200, 300, 0));
line.setLineStyle(Line.LINE_SIMPLE);
line.setLineColor(Color.blue);
slide.addShape(line);
Expand Down

0 comments on commit 6ea2f68

Please sign in to comment.