From: Sergey Vladimirov Date: Wed, 21 Sep 2011 14:16:45 +0000 (+0000) Subject: dump style number X-Git-Tag: REL_3_8_BETA5~145 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e8a01e22f7fa8cb01173b1680c0e9ba548bef6c3;p=poi.git dump style number git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1173662 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/scratchpad/src/org/apache/poi/hwpf/dev/HWPFLister.java b/src/scratchpad/src/org/apache/poi/hwpf/dev/HWPFLister.java index 3b46ae8ab8..7c5f3115ae 100644 --- a/src/scratchpad/src/org/apache/poi/hwpf/dev/HWPFLister.java +++ b/src/scratchpad/src/org/apache/poi/hwpf/dev/HWPFLister.java @@ -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() );