From d1708ea5ef42daea49368d159324a4ba11256e55 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 4 Sep 2020 12:03:48 +0200 Subject: Fix typo in code Change-Id: I2934b96c8b2b0a9049d7f238b9c67c8ecf56fa38 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102035 Reviewed-by: Julien Nabet Tested-by: Jenkins --- include/rtl/ustring.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/rtl/ustring.h') 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 -- cgit