]> source.dussan.org Git - poi.git/commitdiff
dump style number
authorSergey Vladimirov <sergey@apache.org>
Wed, 21 Sep 2011 14:16:45 +0000 (14:16 +0000)
committerSergey Vladimirov <sergey@apache.org>
Wed, 21 Sep 2011 14:16:45 +0000 (14:16 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1173662 13f79535-47bb-0310-9956-ffa450edef68

src/scratchpad/src/org/apache/poi/hwpf/dev/HWPFLister.java

index 3b46ae8ab8d10f62c93547c4f429788dba8160d6..7c5f3115ae899d14a69627f95a4191ea1db655ea 100644 (file)
@@ -689,8 +689,8 @@ public final class HWPFLister
             if ( styleDescription == null )
                 continue;
 
-            System.out.println( "=== Style: '" + styleDescription.getName()
-                    + "' ===" );
+            System.out.println( "=== Style #" + s + " '"
+                    + styleDescription.getName() + "' ===" );
             System.out.println( styleDescription );
             System.out.println( "PAP:" + styleDescription.getPAP() );
             System.out.println( "CHP:" + styleDescription.getCHP() );