You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by gl...@apache.org on 2004/10/25 12:58:49 UTC

cvs commit: jakarta-poi/src/java/org/apache/poi/hssf/dev BiffViewer.java

glens       2004/10/25 03:58:48

  Modified:    src/java/org/apache/poi/hssf/dev BiffViewer.java
  Log:
  Turned of deserialization of escher records by default.
  
  Revision  Changes    Path
  1.35      +9 -9      jakarta-poi/src/java/org/apache/poi/hssf/dev/BiffViewer.java
  
  Index: BiffViewer.java
  ===================================================================
  RCS file: /home/cvs/jakarta-poi/src/java/org/apache/poi/hssf/dev/BiffViewer.java,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- BiffViewer.java	23 Aug 2004 08:52:26 -0000	1.34
  +++ BiffViewer.java	25 Oct 2004 10:58:48 -0000	1.35
  @@ -614,22 +614,22 @@
   
   
       /**
  -     *  Method main with 1 argument just run straight biffview against given
  -     *  file<P>
  +     * Method main with 1 argument just run straight biffview against given
  +     * file<P>
        *
  -     *  with 2 arguments where the second argument is "on" - run biffviewer<P>
  +     * with 2 arguments where the second argument is "on" - run biffviewer<P>
        *
  -     *  with hex dumps of records <P>
  +     * with hex dumps of records <P>
        *
  -     *  with 2 arguments where the second argument is "bfd" just run a big fat
  -     *  hex dump of the file...don't worry about biffviewing it at all
  +     * with 2 arguments where the second argument is "bfd" just run a big fat
  +     * hex dump of the file...don't worry about biffviewing it at all
  +     * <p>
  +     * Define the system property <code>poi.deserialize.escher</code> to turn on
  +     * deserialization of escher records.
        *
  -     *@param  args
        */
  -
       public static void main(String[] args) {
           try {
  -            System.setProperty("poi.deserialize.escher", "true");
               BiffViewer viewer = new BiffViewer(args);
   
               if ((args.length > 1) && args[1].equals("on")) {
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: poi-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: poi-dev-help@jakarta.apache.org