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 3b46ae8ab..7c5f3115a 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() );