]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Height is not Width
authorSimon Pepping <spepping@apache.org>
Mon, 6 Mar 2006 21:51:05 +0000 (21:51 +0000)
committerSimon Pepping <spepping@apache.org>
Mon, 6 Mar 2006 21:51:05 +0000 (21:51 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_API_Finalization@383685 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/apps/FOUserAgent.java

index db1b316cc916d9995716b70fd2857d3c7a0bacf3..89912f70af1f0f0a65de84158121835217f17271 100644 (file)
@@ -502,7 +502,7 @@ public class FOUserAgent {
      * @see FopFactory#getPageHeight()
      */
     public String getPageHeight() {
-        return getFactory().getPageWidth();
+        return getFactory().getPageHeight();
     }
     
     /**