source/text/scalc/01/func_textsplit.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 02af93846b8c27eba044c024b293658ca6a817d5 Author: Stanislav Horacek <[email protected]> AuthorDate: Sat Jan 31 12:52:18 2026 +0100 Commit: Adolfo Jayme Barrientos <[email protected]> CommitDate: Sun Feb 1 04:30:46 2026 +0100 Text argument in TEXTSPLIT is mandatory Change-Id: I4c629a5f67ebb0f8f2f75f62bdf54c54460bc621 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/198450 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <[email protected]> diff --git a/source/text/scalc/01/func_textsplit.xhp b/source/text/scalc/01/func_textsplit.xhp index 13edbc1be2..87b44d31ad 100644 --- a/source/text/scalc/01/func_textsplit.xhp +++ b/source/text/scalc/01/func_textsplit.xhp @@ -27,7 +27,7 @@ <embed href="text/scalc/01/common_func.xhp#array"/> <embed href="text/scalc/01/ful_func.xhp#func_head_syntax"/> <paragraph role="code" id="par_id541556228253979">TEXTSPLIT(Text [; Column Delimiter [; Row Delimiter [; Ignore Empty [; Match Mode [; Pad With ]]]]])</paragraph> - <paragraph role="paragraph" id="par_id741746962354423"><emph>Text</emph>: (optional) the text to split.</paragraph> + <paragraph role="paragraph" id="par_id741746962354423"><emph>Text</emph>: the text to split.</paragraph> <paragraph role="paragraph" id="par_id91746962359992"><emph>Column Delimiter</emph>: (optional) the text to delimit the columns. Multiple delimiters can be supplied.</paragraph> <paragraph role="paragraph" id="par_id361746962365647"><emph>Row Delimiter</emph>: (optional) the text to delimit the rows. Multiple delimiters can be supplied.</paragraph> <paragraph role="paragraph" id="par_id521746962371799"><emph>Ignore Empty</emph>: (optional) set to TRUE to ignore consecutive delimiters otherwise creates an empty cell. The default to FALSE.</paragraph>
