diff options
author | Andras Timar <andras.timar@collabora.com> | 2016-09-21 15:55:39 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2016-09-21 21:33:25 +0000 |
commit | 08d99b2b5f66d56ead828cd6a2744a188de27673 (patch) | |
tree | 1225add9dfae65e4d7e3561b1c3f3df4de570577 /offapi/com/sun/star/util | |
parent | 1f6af12705ddcf14eb4617a6f2f523b844e3f6db (diff) |
fix documentation of $(home) path variable on Windows
Change-Id: Ie97d7d63f2fde98e51e2210c5ad1063ad7ab07db
Reviewed-on: https://gerrit.libreoffice.org/29144
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Tested-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'offapi/com/sun/star/util')
-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> |