Author: nick
Date: Mon Jun 12 07:44:30 2006
New Revision: 413669

URL: http://svn.apache.org/viewvc?rev=413669&view=rev
Log:
Make the output of the positions easier to understand

Modified:
    
jakarta/poi/trunk/src/scratchpad/src/org/apache/poi/hslf/dev/SLWTTextListing.java

Modified: 
jakarta/poi/trunk/src/scratchpad/src/org/apache/poi/hslf/dev/SLWTTextListing.java
URL: 
http://svn.apache.org/viewvc/jakarta/poi/trunk/src/scratchpad/src/org/apache/poi/hslf/dev/SLWTTextListing.java?rev=413669&r1=413668&r2=413669&view=diff
==============================================================================
--- 
jakarta/poi/trunk/src/scratchpad/src/org/apache/poi/hslf/dev/SLWTTextListing.java
 (original)
+++ 
jakarta/poi/trunk/src/scratchpad/src/org/apache/poi/hslf/dev/SLWTTextListing.java
 Mon Jun 12 07:44:30 2006
@@ -48,7 +48,7 @@
                                Record[] docChildren = 
docRecord.getChildRecords();
                                for(int j=0; j<docChildren.length; j++) {
                                        if(docChildren[j] instanceof 
SlideListWithText) {
-                                               System.out.println("Found SLWT 
in document at " + i);
+                                               System.out.println("Found SLWT 
at pos " + j + " in the Document at " + i);
                                                System.out.println("  Has " + 
docChildren[j].getChildRecords().length + " children");
 
                                                // Grab the SlideAtomSet's, 
which contain 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
Mailing List:    http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta POI Project: http://jakarta.apache.org/poi/

Reply via email to