diff --git a/src/java/org/apache/poi/hpsf/SummaryInformation.java b/src/java/org/apache/poi/hpsf/SummaryInformation.java index cd7fa00a1f..a170225df0 100644 --- a/src/java/org/apache/poi/hpsf/SummaryInformation.java +++ b/src/java/org/apache/poi/hpsf/SummaryInformation.java @@ -24,10 +24,6 @@ import org.apache.poi.hpsf.wellknown.PropertyIDMap; *

Convenience class representing a Summary Information stream in a * Microsoft Office document.

* - *

See http://msdn.microsoft.com/library/default.asp?url=/library/en-us/com/stgu_8910.asp - * for documentation from That Redmond Company.

- * * @author Rainer Klute <klute@rainer-klute.de> * @see DocumentSummaryInformation @@ -266,12 +262,6 @@ public class SummaryInformation extends SpecialPropertySet * *

Hint to developers: Drew Varner <Drew.Varner -at- * sc.edu> said that this is an image in WMF or Clipboard (BMP?) format. - * He also provided two links that might be helpful: http://www.csn.ul.ie/~caolan/publink/file/OLE2SummaryAgainst_file-3.27.patch - * and http://msdn.microsoft.com/library/en-us/dno97ta/html/msdn_docprop.asp. * However, we won't do any conversion into any image type but instead just * return a byte array.

*