You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ug...@apache.org on 2008/01/24 11:18:22 UTC

svn commit: r614832 - in /poi/branches/ooxml: ./ src/java/org/apache/poi/ddf/EscherContainerRecord.java

Author: ugo
Date: Thu Jan 24 02:18:21 2008
New Revision: 614832

URL: http://svn.apache.org/viewvc?rev=614832&view=rev
Log:
Merged revisions 614274 via svnmerge from 
https://svn.apache.org/repos/asf/poi/trunk

........
  r614274 | yegor | 2008-01-22 18:59:27 +0100 (Tue, 22 Jan 2008) | 1 line
  
  extra whitespace caused the test fail on win xp. Strange, but it worked fine on *nix
........

Modified:
    poi/branches/ooxml/   (props changed)
    poi/branches/ooxml/src/java/org/apache/poi/ddf/EscherContainerRecord.java

Propchange: poi/branches/ooxml/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Thu Jan 24 02:18:21 2008
@@ -1 +1 @@
-/poi/trunk:1-612483,612512,612520,613395-613401,614211
+/poi/trunk:1-612483,612512,612520,613395-613401,614211,614274

Modified: poi/branches/ooxml/src/java/org/apache/poi/ddf/EscherContainerRecord.java
URL: http://svn.apache.org/viewvc/poi/branches/ooxml/src/java/org/apache/poi/ddf/EscherContainerRecord.java?rev=614832&r1=614831&r2=614832&view=diff
==============================================================================
--- poi/branches/ooxml/src/java/org/apache/poi/ddf/EscherContainerRecord.java (original)
+++ poi/branches/ooxml/src/java/org/apache/poi/ddf/EscherContainerRecord.java Thu Jan 24 02:18:21 2008
@@ -202,7 +202,7 @@
             	String newIndent = indent + "   ";
             	
                 EscherRecord record = (EscherRecord) iterator.next();
-                children.append(newIndent + "Child " + count + ":\n");
+                children.append(newIndent + "Child " + count + ":" + nl);
                 
                 if(record instanceof EscherContainerRecord) {
                 	EscherContainerRecord ecr = (EscherContainerRecord)record;



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org