Author: phancock
Date: Wed Jul 27 14:02:20 2011
New Revision: 1151469

URL: http://svn.apache.org/viewvc?rev=1151469&view=rev
Log:
Fixed a bug in AFP where the object area axes of an Include Object was 
incorrectly set when rotated by 180

Removed non-ascii characters in a comment

Modified:
    xmlgraphics/fop/trunk/src/java/org/apache/fop/afp/modca/IncludeObject.java

Modified: 
xmlgraphics/fop/trunk/src/java/org/apache/fop/afp/modca/IncludeObject.java
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/afp/modca/IncludeObject.java?rev=1151469&r1=1151468&r2=1151469&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/java/org/apache/fop/afp/modca/IncludeObject.java 
(original)
+++ xmlgraphics/fop/trunk/src/java/org/apache/fop/afp/modca/IncludeObject.java 
Wed Jul 27 14:02:20 2011
@@ -246,11 +246,11 @@ public class IncludeObject extends Abstr
         RIGHT_HANDED_270(Rotation.ROTATION_270, Rotation.ROTATION_0);
 
         /**
-         * The object area’s X-axis rotation from the X axis of the 
reference coordinate system
+         * The object area's X-axis rotation from the X axis of the reference 
coordinate system
          */
         private final Rotation xoaOrent;
         /**
-         * The object area’s Y-axis rotation from the Y axis of the 
reference coordinate system
+         * The object area's Y-axis rotation from the Y axis of the reference 
coordinate system
          */
         private final Rotation yoaOrent;
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to