diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-11 22:25:19 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-07-14 22:30:39 +0200 |
commit | 03c7930af7994d0d98af5653167990f82dc0d706 (patch) | |
tree | 2289214efbd811e40d7be65a839ebb6edd94f65d /include/osl | |
parent | ea0e75fd027759ede021168745ad4e1688aa3183 (diff) |
Fix typo
Change-Id: I8fa5e8afe6de453f20c241e9b03f06841f63ed5d
Reviewed-on: https://gerrit.libreoffice.org/75590
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/osl')
-rw-r--r-- | include/osl/profile.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/osl/profile.h b/include/osl/profile.h index 3eb87583272f..dd5c3dfbe6bf 100644 --- a/include/osl/profile.h +++ b/include/osl/profile.h @@ -51,7 +51,7 @@ SAL_DLLPUBLIC oslProfile SAL_CALL osl_openProfile( /** Deprecated API. Close the opened profile an flush all data to the disk. - @param Profile handle to a opened profile. + @param Profile handle to an opened profile. @deprecated */ SAL_DLLPUBLIC sal_Bool SAL_CALL osl_closeProfile( @@ -123,7 +123,7 @@ SAL_DLLPUBLIC sal_Bool SAL_CALL osl_removeProfileEntry( /** Deprecated API. Get all entries belonging to the specified section. - @returns Pointer to a array of pointers. + @returns Pointer to an array of pointers. @deprecated */ SAL_DLLPUBLIC sal_uInt32 SAL_CALL osl_getProfileSectionEntries( @@ -132,7 +132,7 @@ SAL_DLLPUBLIC sal_uInt32 SAL_CALL osl_getProfileSectionEntries( /** Deprecated API. Get all section entries - @retval Pointer to a array of pointers. + @retval Pointer to an array of pointers. @deprecated */ SAL_DLLPUBLIC sal_uInt32 SAL_CALL osl_getProfileSections( |