Code

dos to unix conversion
[inkscape.git] / src / bind / java / org / w3c / dom / svg / SVGStylable.java
index 0d547c66682931cb668fe84c71a1d0884c059279..82c4913f83c38f44c61fa0e199d5330a16747ddf 100644 (file)
@@ -1,12 +1,12 @@
-\r
-package org.w3c.dom.svg;\r
-\r
-import org.w3c.dom.css.CSSStyleDeclaration;\r
-import org.w3c.dom.css.CSSValue;\r
-\r
-public interface SVGStylable {\r
-  public SVGAnimatedString getClassName( );\r
-  public CSSStyleDeclaration getStyle( );\r
-\r
-  public CSSValue getPresentationAttribute ( String name );\r
-}\r
+
+package org.w3c.dom.svg;
+
+import org.w3c.dom.css.CSSStyleDeclaration;
+import org.w3c.dom.css.CSSValue;
+
+public interface SVGStylable {
+  public SVGAnimatedString getClassName( );
+  public CSSStyleDeclaration getStyle( );
+
+  public CSSValue getPresentationAttribute ( String name );
+}