[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/work/khtml-svg/svg (silent)
From:       Nikolas Zimmermann <wildfox () kde ! org>
Date:       2006-03-30 23:27:34
Message-ID: 1143761254.435137.14839.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 524701 by wildfox:

SVN_SILENT: --tabs


 M  +1 -1      SVGDefsElementImpl.cpp  
 M  +2 -2      SVGDefsElementImpl.h  
 M  +3 -3      SVGDescElementImpl.h  


--- branches/work/khtml-svg/svg/SVGDefsElementImpl.cpp #524700:524701
@@ -33,7 +33,7 @@
 
 DOM::NodeImpl::Id SVGDefsElementImpl::id() const
 {
-	return SVGID_DEFS;
+    return SVGID_DEFS;
 }
 
 SVGDefsElementImpl::~SVGDefsElementImpl()
--- branches/work/khtml-svg/svg/SVGDefsElementImpl.h #524700:524701
@@ -39,8 +39,8 @@
         SVGDefsElementImpl(DOM::DocumentPtr *doc);
         virtual ~SVGDefsElementImpl();
 
-		// khtml DOM Integration
-		virtual DOM::NodeImpl::Id id() const;
+        // khtml DOM Integration
+        virtual DOM::NodeImpl::Id id() const;
 
         virtual bool isValid() const { return SVGTestsImpl::isValid(); }
     };
--- branches/work/khtml-svg/svg/SVGDescElementImpl.h #524700:524701
@@ -35,10 +35,10 @@
         SVGDescElementImpl(DOM::DocumentPtr *doc);
         virtual ~SVGDescElementImpl();
 
-		// khtml DOM Integration
-		virtual DOM::NodeImpl::Id id() const;
+        // khtml DOM Integration
+        virtual DOM::NodeImpl::Id id() const;
 
-		DOM::DOMString description() const;
+        DOM::DOMString description() const;
     };
 };
 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic