]> source.dussan.org Git - poi.git/commitdiff
Made it work with new XML generated types
authorSaid Ryan Ackley <sackley@apache.org>
Fri, 3 May 2002 01:53:06 +0000 (01:53 +0000)
committerSaid Ryan Ackley <sackley@apache.org>
Fri, 3 May 2002 01:53:06 +0000 (01:53 +0000)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352587 13f79535-47bb-0310-9956-ffa450edef68

src/scratchpad/src/org/apache/poi/hdf/model/HDFObjectFactory.java

index 01148bde574c45e14e22314d0f0edbd3a69ac761..66b51304454fc581ff765568a1064daaf2f17b12 100644 (file)
@@ -172,7 +172,7 @@ public class HDFObjectFactory
     private void initTableStream() throws IOException
     {
         String tablename = null;
-        if(!_fib.isFWhichTblStm())
+        if(_fib.isFWhichTblStm())
         {
             tablename="1Table";
         }