Code

dos to unix conversion
[inkscape.git] / src / bind / java / org / w3c / dom / svg / SVGPathSegLinetoRel.java
index f5abb2e305539fc08573e81aaf2fd5c197a9ebee..f41da390526d91ca009bd4a0b2ff04f1b8cb031a 100644 (file)
@@ -1,14 +1,14 @@
-\r
-package org.w3c.dom.svg;\r
-\r
-import org.w3c.dom.DOMException;\r
-\r
-public interface SVGPathSegLinetoRel extends \r
-               SVGPathSeg {\r
-  public float   getX( );\r
-  public void      setX( float x )\r
-                       throws DOMException;\r
-  public float   getY( );\r
-  public void      setY( float y )\r
-                       throws DOMException;\r
-}\r
+
+package org.w3c.dom.svg;
+
+import org.w3c.dom.DOMException;
+
+public interface SVGPathSegLinetoRel extends 
+               SVGPathSeg {
+  public float   getX( );
+  public void      setX( float x )
+                       throws DOMException;
+  public float   getY( );
+  public void      setY( float y )
+                       throws DOMException;
+}