[Libreoffice-commits] core.git: include/osl

Chris Sherlock chris.sherlock79 at gmail.com
Fri Mar 17 15:03:28 UTC 2017


 include/osl/file.h |    3 ---
 1 file changed, 3 deletions(-)

New commits:
commit e700d4f987ca5b3403f8a7f05089371ffb8e4243
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date:   Sat Mar 18 01:43:11 2017 +1100

    osl: remove some @return tags I missed earlier
    
    Change-Id: I0e34fc0bc8769968a656550803edc6fdf7634ea1
    Reviewed-on: https://gerrit.libreoffice.org/35342
    Reviewed-by: Chris Sherlock <chris.sherlock79 at gmail.com>
    Tested-by: Chris Sherlock <chris.sherlock79 at gmail.com>

diff --git a/include/osl/file.h b/include/osl/file.h
index e99ff3bc7d19..5773f503fc0a 100644
--- a/include/osl/file.h
+++ b/include/osl/file.h
@@ -1054,7 +1054,6 @@ SAL_DLLPUBLIC oslFileError SAL_CALL osl_syncFile( oslFileHandle Handle );
     @param Handle [in]
     Handle to a file received by a previous call to osl_openFile().
 
-    @return
     @retval osl_File_E_None on success
     @retval osl_File_E_INVAL the format of the parameters was not valid
     @retval osl_File_E_BADF Bad file
@@ -1074,7 +1073,6 @@ SAL_DLLPUBLIC oslFileError SAL_CALL osl_closeFile( oslFileHandle Handle );
     @param pustrDirectoryURL [in]
     Full qualified URL of the directory to create.
 
-    @return
     @retval osl_File_E_None on success
     @retval osl_File_E_INVAL the format of the parameters was not valid
     @retval osl_File_E_NOMEM not enough memory for allocating structures
@@ -1120,7 +1118,6 @@ SAL_DLLPUBLIC oslFileError SAL_CALL osl_createDirectoryWithFlags(
     @param pustrDirectoryURL [in]
     Full qualified URL of the directory.
 
-    @return
     @retval osl_File_E_None on success
     @retval osl_File_E_INVAL the format of the parameters was not valid
     @retval osl_File_E_NOMEM not enough memory for allocating structures


More information about the Libreoffice-commits mailing list