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

Chris Sherlock chris.sherlock79 at gmail.com
Sat Jun 24 18:05:41 UTC 2017


 include/osl/file.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 875fcea2a5605565852f11161cb9bbb80ab95873
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date:   Sun Jun 25 04:05:07 2017 +1000

    osl: the addr parameter of osl_mapFile is [in,out]
    
    Change-Id: I29992bfecf50b5e6a185257b3df404bb474dd225

diff --git a/include/osl/file.h b/include/osl/file.h
index aa62a690e141..9287987a57f2 100644
--- a/include/osl/file.h
+++ b/include/osl/file.h
@@ -792,7 +792,7 @@ SAL_DLLPUBLIC oslFileError SAL_CALL osl_getFileSize(
     returned.
 
     @param[in] Handle       Handle of the file to be mapped.
-    @param[out] ppAddr      Memory address of the mapped file
+    @param[in,out] ppAddr   Memory address of the mapped file
     @param[in] uLength      Amount to map of the file from the offset
     @param[in] uOffset      Offset into the file to map
     @param[in] uFlags       osl_File_MapFlag_RandomAccess or


More information about the Libreoffice-commits mailing list