diff options
author | Sergey Vladimirov <sergey@apache.org> | 2011-10-02 00:11:05 +0000 |
---|---|---|
committer | Sergey Vladimirov <sergey@apache.org> | 2011-10-02 00:11:05 +0000 |
commit | 4c38a8f5d1c745a5fc4bed8d443ca6e65d0a3976 (patch) | |
tree | 9b0f618d08149e3e4b4ad050bcc46bc74f032a11 /src/scratchpad/testcases/org/apache/poi/hwpf | |
parent | 23ce993f61f3ba98036f8718f038a2c15dba6753 (diff) | |
download | poi-4c38a8f5d1c745a5fc4bed8d443ca6e65d0a3976.tar.gz poi-4c38a8f5d1c745a5fc4bed8d443ca6e65d0a3976.zip |
correctly save PlfLst
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1178104 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/scratchpad/testcases/org/apache/poi/hwpf')
-rw-r--r-- | src/scratchpad/testcases/org/apache/poi/hwpf/model/TestListTables.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scratchpad/testcases/org/apache/poi/hwpf/model/TestListTables.java b/src/scratchpad/testcases/org/apache/poi/hwpf/model/TestListTables.java index 08cf5dc5fd..291fef3c8a 100644 --- a/src/scratchpad/testcases/org/apache/poi/hwpf/model/TestListTables.java +++ b/src/scratchpad/testcases/org/apache/poi/hwpf/model/TestListTables.java @@ -45,7 +45,7 @@ public final class TestListTables HWPFOutputStream tableOut = fileSys.getStream ("1Table"); - listTables.writeListDataTo (tableOut); + listTables.writeListDataTo (fib, tableOut); int offset = tableOut.getOffset (); listTables.writeListOverridesTo (tableOut); |