[Libreoffice-commits] core.git: offapi/com

Andras Timar andras.timar at collabora.com
Wed Sep 21 21:35:13 UTC 2016


 offapi/com/sun/star/util/PathSubstitution.idl |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 08d99b2b5f66d56ead828cd6a2744a188de27673
Author: Andras Timar <andras.timar at collabora.com>
Date:   Wed Sep 21 15:55:39 2016 +0200

    fix documentation of $(home) path variable on Windows
    
    Change-Id: Ie97d7d63f2fde98e51e2210c5ad1063ad7ab07db
    Reviewed-on: https://gerrit.libreoffice.org/29144
    Reviewed-by: Andras Timar <andras.timar at collabora.com>
    Tested-by: Andras Timar <andras.timar at collabora.com>

diff --git a/offapi/com/sun/star/util/PathSubstitution.idl b/offapi/com/sun/star/util/PathSubstitution.idl
index c0d99bc..da82700 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>


More information about the Libreoffice-commits mailing list