mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
More HPSF-related beautification
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@391590 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
545eb3e56b
commit
7f5d4fee40
@ -99,10 +99,10 @@ public abstract class POIDocument {
|
||||
*/
|
||||
protected void writeProperties(POIFSFileSystem outFS) throws IOException {
|
||||
if(sInf != null) {
|
||||
writePropertySet("\005SummaryInformation",sInf,outFS);
|
||||
writePropertySet(SummaryInformation.DEFAULT_STREAM_NAME,sInf,outFS);
|
||||
}
|
||||
if(dsInf != null) {
|
||||
writePropertySet("\005DocumentSummaryInformation",dsInf,outFS);
|
||||
writePropertySet(DocumentSummaryInformation.DEFAULT_STREAM_NAME,dsInf,outFS);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user