include/rtl/ustring.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit d1708ea5ef42daea49368d159324a4ba11256e55 Author: Andrea Gelmini <[email protected]> AuthorDate: Fri Sep 4 12:03:48 2020 +0200 Commit: Stephan Bergmann <[email protected]> CommitDate: Sat Sep 5 16:00:21 2020 +0200 Fix typo in code Change-Id: I2934b96c8b2b0a9049d7f238b9c67c8ecf56fa38 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102035 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Jenkins diff --git a/include/rtl/ustring.h b/include/rtl/ustring.h index 6bf0d2aef0eb..1595cdf4f3ab 100644 --- a/include/rtl/ustring.h +++ b/include/rtl/ustring.h @@ -2032,7 +2032,7 @@ SAL_DLLPUBLIC void SAL_CALL rtl_uString_newReplaceAllUtf16LUtf16L( */ SAL_DLLPUBLIC void SAL_CALL rtl_uString_newReplaceAllFromIndexUtf16LUtf16L( rtl_uString ** newStr, rtl_uString * str, sal_Unicode const * from, - sal_Int32 fromLength, sal_Unicode const * to, sal_Int32 toLengt, sal_Int32 fromIndex) + sal_Int32 fromLength, sal_Unicode const * to, sal_Int32 toLength, sal_Int32 fromIndex) SAL_THROW_EXTERN_C(); #endif _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
