diff options
-rw-r--r-- | offapi/com/sun/star/util/PathSubstitution.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/util/PathSubstitution.idl b/offapi/com/sun/star/util/PathSubstitution.idl index c0d99bc9f549..da827002c247 100644 --- a/offapi/com/sun/star/util/PathSubstitution.idl +++ b/offapi/com/sun/star/util/PathSubstitution.idl @@ -52,8 +52,8 @@ module com { module sun { module star { module util { "MyDocuments" subdirectory. Under Unix this would be the home-directory</dd> <dt>\$(home)</dt> <dd>The home directory of the user. Under Unix this would be the home- - directory. Under Windows this would be the "Documents and Settings\<username>" - subdirectory.</dd> + directory. Under Windows this would be the CSIDL_PERSONAL directory, + for example "Documents and Settings\<username>\Documents".</dd> <dt>\$(temp)</dt> <dd>The current temporary directory.</dd> <dt>\$(path)</dt> |