[Libreoffice-commits] core.git: include/osl
Julien Nabet (via logerrit)
logerrit at kemper.freedesktop.org
Tue Nov 19 20:11:16 UTC 2019
include/osl/file.h | 1 -
include/osl/file.hxx | 2 --
2 files changed, 3 deletions(-)
New commits:
commit 77d301f5e40e4f0fb4a127b8b6361a0fb1b1dbd9
Author: Julien Nabet <serval2412 at yahoo.fr>
AuthorDate: Tue Nov 19 20:11:39 2019 +0100
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue Nov 19 21:09:50 2019 +0100
Fix multiple documentation sections (osl)
Fix these warnings:
Line 45: /cygdrive/c/BLP/core/instdir/sdk/include/osl/file.h:1308: warning: return value 'osl_File_E_LOOP' of osl_removeFile has multiple documentation sections
Line 49: /cygdrive/c/BLP/core/instdir/sdk/include/osl/file.hxx:1893: warning: return value 'E_BUSY' of osl::Directory::remove has multiple documentation sections
Line 50: /cygdrive/c/BLP/core/instdir/sdk/include/osl/file.hxx:1361: warning: return value 'E_LOOP' of osl::File::remove has multiple documentation sections
Change-Id: Id82280efd9c6d1e33df966159dbef677839f6083
Reviewed-on: https://gerrit.libreoffice.org/83229
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/include/osl/file.h b/include/osl/file.h
index c9b917c6e204..c57a1226dc69 100644
--- a/include/osl/file.h
+++ b/include/osl/file.h
@@ -1298,7 +1298,6 @@ SAL_DLLPUBLIC oslFileError SAL_CALL osl_createDirectoryPath(
@retval osl_File_E_IO on I/O errors
@retval osl_File_E_BUSY device or resource busy
@retval osl_File_E_INTR function call was interrupted
- @retval osl_File_E_LOOP too many symbolic links encountered
@retval osl_File_E_MULTIHOP multihop attempted
@retval osl_File_E_NOLINK link has been severed
@retval osl_File_E_TXTBSY text file busy
diff --git a/include/osl/file.hxx b/include/osl/file.hxx
index 824cb7a3e904..f5fdb2ee1f53 100644
--- a/include/osl/file.hxx
+++ b/include/osl/file.hxx
@@ -1350,7 +1350,6 @@ public:
@retval E_IO on I/O errors
@retval E_BUSY device or resource busy
@retval E_INTR function call was interrupted
- @retval E_LOOP too many symbolic links encountered
@retval E_MULTIHOP multihop attempted
@retval E_NOLINK link has been severed
@retval E_TXTBSY text file busy
@@ -1881,7 +1880,6 @@ public:
@retval E_BUSY device or resource busy
@retval E_ROFS read-only file system
@retval E_LOOP too many symbolic links encountered
- @retval E_BUSY device or resource busy
@retval E_EXIST file exists
@retval E_IO on I/O errors
@retval E_MULTIHOP multihop attempted
More information about the Libreoffice-commits
mailing list