From 821bdf5f7980de0c67ac17f275d3d2e0710ec6a5 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 19 Dec 2019 09:42:08 +0200 Subject: sal_Char->char in formula..i18npool Change-Id: I765979f41842befcf25909944100d1caa97f81a8 Reviewed-on: https://gerrit.libreoffice.org/85476 Tested-by: Jenkins Reviewed-by: Noel Grandin --- helpcompiler/source/BasCodeTagger.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helpcompiler/source') diff --git a/helpcompiler/source/BasCodeTagger.cxx b/helpcompiler/source/BasCodeTagger.cxx index 1b4797b403b9..deaaa0f5253d 100644 --- a/helpcompiler/source/BasCodeTagger.cxx +++ b/helpcompiler/source/BasCodeTagger.cxx @@ -134,7 +134,7 @@ void BasicCodeTagger::tagParagraph( xmlNodePtr paragraph ) } //3. create new paragraph content - OUString strLine( reinterpret_cast(codeSnippet), + OUString strLine( reinterpret_cast(codeSnippet), strlen(reinterpret_cast(codeSnippet)), RTL_TEXTENCODING_UTF8 ); std::vector portions; -- cgit