*** empty log message ***

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353354 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Rainer Klute 2003-09-16 15:59:06 +00:00
parent 59a0fb6b4e
commit 9d22984e3d

View 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;
}