aboutsummaryrefslogtreecommitdiffstats
path: root/src/java
diff options
context:
space:
mode:
authorPeter Hancock <phancock@apache.org>2011-07-27 14:02:20 +0000
committerPeter Hancock <phancock@apache.org>2011-07-27 14:02:20 +0000
commit3331d47de93f70b0fb6a5ac79ffb41ea8432796c (patch)
tree0fd9d4074c3b196e2e6f9e41e4f1be490cd40668 /src/java
parent3c834f58e8c739afa609efd6d28ea0f156073e34 (diff)
downloadxmlgraphics-fop-3331d47de93f70b0fb6a5ac79ffb41ea8432796c.tar.gz
xmlgraphics-fop-3331d47de93f70b0fb6a5ac79ffb41ea8432796c.zip
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 git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1151469 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/java')
-rw-r--r--src/java/org/apache/fop/afp/modca/IncludeObject.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/java/org/apache/fop/afp/modca/IncludeObject.java b/src/java/org/apache/fop/afp/modca/IncludeObject.java
index 60ee88d90..68fa72688 100644
--- a/src/java/org/apache/fop/afp/modca/IncludeObject.java
+++ b/src/java/org/apache/fop/afp/modca/IncludeObject.java
@@ -246,11 +246,11 @@ public class IncludeObject extends AbstractNamedAFPObject {
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;