]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
MainRefrence.getWidth() is never set, preparing to remove this method.
authorJeremias Maerki <jeremias@apache.org>
Mon, 9 Jan 2006 09:43:25 +0000 (09:43 +0000)
committerJeremias Maerki <jeremias@apache.org>
Mon, 9 Jan 2006 09:43:25 +0000 (09:43 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@367255 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/render/xml/XMLRenderer.java

index 37945306b027a87295c8b8477c99db2f008b54c3..2f7da2a08ff41b344c017931db95630af008c671 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1999-2005 The Apache Software Foundation.
+ * Copyright 1999-2006 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-/* $Id: XMLRenderer.java,v 1.20 2004/04/25 04:45:28 gmazza Exp $ */
+/* $Id$ */
 
 package org.apache.fop.render.xml;
 
@@ -466,7 +466,6 @@ public class XMLRenderer extends PrintRenderer {
         addAreaAttributes(mr);
         addTraitAttributes(mr);
         addAttribute("columnGap", mr.getColumnGap());
-        addAttribute("width", mr.getWidth());
         startElement("mainReference", atts);
 
         Span span = null;