From d4ad516bc0607a1d84451dd3dc8811a4f801fa4c Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 10 Oct 2019 14:24:38 +0200 Subject: 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 --- include/osl/file.h | 2 +- include/osl/file.hxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'include') 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. -- cgit