]> source.dussan.org Git - poi.git/commitdiff
*** empty log message ***
authorRainer Klute <klute@apache.org>
Tue, 16 Sep 2003 15:59:06 +0000 (15:59 +0000)
committerRainer Klute <klute@apache.org>
Tue, 16 Sep 2003 15:59:06 +0000 (15:59 +0000)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353354 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/poi/hpsf/MutableSection.java

index 10945426acc0225c05ab3a8c5b14687ef9d6b8e7..fce86980e4f4e9e453c97355bdeec6db02f5bfc2 100644 (file)
@@ -129,6 +129,7 @@ public class MutableSection extends Section
         for (int i = 0; i < pa.length; i++)
             mpa[i] = new MutableProperty(pa[i]);
         setProperties(mpa);
+        dictionary = s.dictionary;
     }