]> source.dussan.org Git - poi.git/commitdiff
- Outdated links to Microsoft documentation removed.
authorRainer Klute <klute@apache.org>
Tue, 28 Dec 2004 20:20:23 +0000 (20:20 +0000)
committerRainer Klute <klute@apache.org>
Tue, 28 Dec 2004 20:20:23 +0000 (20:20 +0000)
- Link to Microsoft's MSDN library added.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353612 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/poi/hpsf/Thumbnail.java
src/java/org/apache/poi/hpsf/package.html

index b030a6f09d7910a6696fb09e4da18483f84ac3c3..fd168822a87e48021ba4a59e19b1fae57d5692d2 100644 (file)
@@ -70,10 +70,6 @@ public class Thumbnail
      *
      * <p>A <code>DWORD</code> indicating a built-in Windows clipboard
      * format value</p>
-     *
-     * <p>See: <a
-     * href="http://msdn.microsoft.com/library/en-us/dnolegen/html/msdn_propset.asp"
-     * target="_blank">http://msdn.microsoft.com/library/en-us/dnolegen/html/msdn_propset.asp</a>.</p>
      */
     public static int CFTAG_WINDOWS = -1;
 
@@ -82,10 +78,6 @@ public class Thumbnail
      *
      * <p>A <code>DWORD</code> indicating a Macintosh clipboard format
      * value</p>
-     *
-     * <p>See: <a
-     * href="http://msdn.microsoft.com/library/en-us/dnolegen/html/msdn_propset.asp"
-     * target="_blank">http://msdn.microsoft.com/library/en-us/dnolegen/html/msdn_propset.asp</a>.</p>
      */
     public static int CFTAG_MACINTOSH = -2;
 
@@ -94,10 +86,6 @@ public class Thumbnail
      *
      * <p>A GUID containing a format identifier (FMTID). This is
      * rarely used.</p>
-     *
-     * <p>See: <a
-     * href="http://msdn.microsoft.com/library/en-us/dnolegen/html/msdn_propset.asp"
-     * target="_blank">http://msdn.microsoft.com/library/en-us/dnolegen/html/msdn_propset.asp</a>.</p>
      */
     public static int CFTAG_FMTID = -3;
 
@@ -106,11 +94,6 @@ public class Thumbnail
      *
      * <p>A <code>DWORD</code> indicating No data. This is rarely
      * used.</p>
-     *
-     * <p>See: <a
-     * href="http://msdn.microsoft.com/library/en-us/dnolegen/html/msdn_propset.asp"
-     * target="_blank">
-     * http://msdn.microsoft.com/library/en-us/dnolegen/html/msdn_propset.asp</a>.</p>
      */
     public static int CFTAG_NODATA = 0;
 
index ee72b35115e963c110685426a3187be11b21b797..89b15aa521a8d6cda699b4d4ef1cdf8c4d81b306 100644 (file)
     org.apache.poi.hpsf.MutableSection}, and {@link
     org.apache.poi.hpsf.MutableProperty}.</p>
 
+   <p>Public documentation from Microsoft can be found in the  <a 
+    href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/stg/stg/properties_and_property_sets.asp"
+    target="_blank">appropriate section of the MSDN Library</a>.</p>
+
    <div>
     <h2>History</h2>