include/osl/file.h   |    2 +-
 include/osl/file.hxx |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit d4ad516bc0607a1d84451dd3dc8811a4f801fa4c
Author:     Stephan Bergmann <[email protected]>
AuthorDate: Thu Oct 10 14:24:38 2019 +0200
Commit:     Stephan Bergmann <[email protected]>
CommitDate: Thu Oct 10 15:25:05 2019 +0200

    Adapt osl_replaceFile documentation
    
    ...to eedf523c123a82bf3cbc5f389783e22d75b2e2c5 "tdf#127069 sal: preserve 
gid of
    files in the unx osl_replaceFile()"
    
    Change-Id: I47627418a9cd662802e4de3aa4cad4128af82ad4
    Reviewed-on: https://gerrit.libreoffice.org/80606
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <[email protected]>

diff --git a/include/osl/file.h b/include/osl/file.h
index 309d6089cfb3..c9b917c6e204 100644
--- a/include/osl/file.h
+++ b/include/osl/file.h
@@ -1639,7 +1639,7 @@ SAL_DLLPUBLIC oslFileError SAL_CALL osl_createTempFile(
     Moves or renames a file, replacing an existing file if exist. If the old 
file existed,
     moved file's metadata, e.g. creation time (on FSes which keep files' 
creation time) or
     ACLs, are set to old one's (to keep the old file's identity) - currently 
this is only
-    implemented on Windows; on other platforms, this is equivalent to 
osl_moveFile.
+    implemented fully on Windows; on other platforms, this is mostly 
equivalent to osl_moveFile.
 
     @param[in] pustrSourceFileURL
     Full qualified URL of the source file.
diff --git a/include/osl/file.hxx b/include/osl/file.hxx
index 528e24e7a11e..824cb7a3e904 100644
--- a/include/osl/file.hxx
+++ b/include/osl/file.hxx
@@ -1303,7 +1303,7 @@ public:
         Moves or renames a file, replacing an existing file if exist. If the 
old file existed,
         moved file's metadata, e.g. creation time (on FSes which keep files' 
creation time) or
         ACLs, are set to old one's (to keep the old file's identity) - 
currently this is only
-        implemented on Windows; on other platforms, this is equivalent to 
osl_moveFile.
+        implemented fully on Windows; on other platforms, this is mostly 
equivalent to osl_moveFile.
 
         @param[in] ustrSourceFileURL
         Full qualified URL of the source file.
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to