]> source.dussan.org Git - poi.git/commitdiff
fixed incorrect initialization of --noheader option in BiffViewer
authorYegor Kozlov <yegor@apache.org>
Fri, 25 Dec 2009 15:13:26 +0000 (15:13 +0000)
committerYegor Kozlov <yegor@apache.org>
Fri, 25 Dec 2009 15:13:26 +0000 (15:13 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@893869 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/poi/hssf/dev/BiffViewer.java

index db8a813980f94266bff421354513d321cc8202eb..3b0c91da4be3e817265572993f153c0738eaa661 100644 (file)
@@ -308,7 +308,7 @@ public final class BiffViewer {
                                        } else if ("--rawhex".equals(arg)) {
                                                rawhex = true;
                     } else if ("--noheader".equals(arg)) {
-                        noheader = false;
+                        noheader = true;
                                        } else {
                                                throw new CommandParseException("Unexpected option '" + arg + "'");
                                        }