comphelper/inc/comphelper/extract.hxx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-)
New commits: commit a42c158c9d46e01e32445773e157a24d42e412f6 Author: Matthias Seidel <[email protected]> AuthorDate: Sun May 5 00:43:53 2019 +0000 Commit: Matthias Seidel <[email protected]> CommitDate: Sun May 5 00:43:53 2019 +0000 Fixed typo diff --git a/comphelper/inc/comphelper/extract.hxx b/comphelper/inc/comphelper/extract.hxx index 8d295832d088..88dc9cef624b 100644 --- a/comphelper/inc/comphelper/extract.hxx +++ b/comphelper/inc/comphelper/extract.hxx @@ -20,6 +20,7 @@ *************************************************************/ + #ifndef _COMPHELPER_EXTRACT_HXX_ #define _COMPHELPER_EXTRACT_HXX_ @@ -34,11 +35,11 @@ namespace cppu { /** - * Sets enum from int32 value. This function does NOT check for valid enum values! + * Sets enum from int32 value. This function does NOT check for valid enum values! *<BR> * @param nEnum int32 enum value * @param rType enum type - * @return enum or emoty any. + * @return enum or empty any. */ inline ::com::sun::star::uno::Any SAL_CALL int2enum( sal_Int32 nEnum, const ::com::sun::star::uno::Type & rType ) @@ -105,7 +106,7 @@ inline ::com::sun::star::uno::Any SAL_CALL enum2any( E eEnum ) } /** - * Extracts interface from an any. If given any does not hold the demanded interface, + * Extracts interface from an any. If given any does not hold the demanded interface, * it will be queried for it. * If no interface is available, the out ref will be cleared. *<BR> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
