From 1dda4b976dd098f21fa997351e4fbd40e30140c7 Mon Sep 17 00:00:00 2001 From: Rainer Klute Date: Sat, 22 Feb 2003 15:12:32 +0000 Subject: [PATCH] Minor improvements. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353015 13f79535-47bb-0310-9956-ffa450edef68 --- src/documentation/xdocs/hpsf/how-to.xml | 4 ++-- src/documentation/xdocs/hpsf/internals.xml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/documentation/xdocs/hpsf/how-to.xml b/src/documentation/xdocs/hpsf/how-to.xml index a95d674723..aeea5e1dc9 100644 --- a/src/documentation/xdocs/hpsf/how-to.xml +++ b/src/documentation/xdocs/hpsf/how-to.xml @@ -764,12 +764,12 @@ No property set stream: "/1Table" VT_LPSTR - String + java.lang.String VT_LPWSTR - String + java.lang.String diff --git a/src/documentation/xdocs/hpsf/internals.xml b/src/documentation/xdocs/hpsf/internals.xml index 3e04003943..867167074d 100644 --- a/src/documentation/xdocs/hpsf/internals.xml +++ b/src/documentation/xdocs/hpsf/internals.xml @@ -1141,9 +1141,9 @@
  • -

    What is a FILETIME? The answer can be found for example - under http://www.vbapi.com/ref/f/filetime.html - or +

    What is a FILETIME? The answer can be found + under , http://www.vbapi.com/ref/f/filetime.html or http://www.cs.rpi.edu/courses/fall01/os/FILETIME.html. In short: The FILETIME structure holds a date and time associated with a file. The structure identifies a 64-bit integer specifying the -- 2.39.5