javauis/m2g_qt/javasrc/com/nokia/microedition/m2g/M2GSVGAnimationElement.java
changeset 87 1627c337e51e
parent 56 abc41079b313
--- a/javauis/m2g_qt/javasrc/com/nokia/microedition/m2g/M2GSVGAnimationElement.java	Fri Oct 15 12:29:39 2010 +0300
+++ b/javauis/m2g_qt/javasrc/com/nokia/microedition/m2g/M2GSVGAnimationElement.java	Fri Oct 29 11:49:32 2010 +0300
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2005 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
 * All rights reserved.
 * This component and the accompanying materials are made available
 * under the terms of "Eclipse Public License v1.0"
@@ -52,7 +52,7 @@
         _beginElementAt(
             getNativeSVGProxyHandle(),
             getDocument().getHandle(), getHandle(), offset,
-            getDocument().getRootElement().getCurrentTime() );
+            getDocument().getRootElement().getCurrentTime());
     }
 
     /**
@@ -71,7 +71,7 @@
     {
         short endAttribute = _getEnumTrait(
                                  getNativeSVGProxyHandle(),
-                                 getHandle(), M2GSVGConstants.AT_END );
+                                 getHandle(), M2GSVGConstants.AT_END);
         // NOTE Native SVG engine checks that element is active so
         // java side doesn't have to do that
         if (endAttribute == M2GSVGConstants.ANIM_INDEFINITE)
@@ -84,7 +84,7 @@
             _endElementAt(
                 getNativeSVGProxyHandle(),
                 getDocument().getHandle(), getHandle(),
-                (offset + getDocument().getRootElement().getCurrentTime())    );
+                (offset + getDocument().getRootElement().getCurrentTime()));
         }
     }