source/text/scalc/01/func_unique.xhp | 1 - 1 file changed, 1 deletion(-)
New commits: commit 81f8551d4281a11d2a9ac7d89d1660f32fda6187 Author: Olivier Hallot <olivier.hal...@libreoffice.org> AuthorDate: Sat Aug 24 10:38:01 2024 -0300 Commit: Olivier Hallot <olivier.hal...@libreoffice.org> CommitDate: Sat Aug 24 15:41:20 2024 +0200 tdf#162587 Drop of case sensitivity for function UNIQUE + No impact on string freeze. + This will remove a "D'oh!" from the help page of UNIQUE once cherry picked + Help page will be completed once tdf#162601 is fixed. Change-Id: I10f7a3824132bb4a69b0769140a85b51ced9cdbb Reviewed-on: https://gerrit.libreoffice.org/c/help/+/172354 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hal...@libreoffice.org> diff --git a/source/text/scalc/01/func_unique.xhp b/source/text/scalc/01/func_unique.xhp index 2e222519d8..7177359c36 100644 --- a/source/text/scalc/01/func_unique.xhp +++ b/source/text/scalc/01/func_unique.xhp @@ -24,7 +24,6 @@ <h1 id="hd_id901708806478126"><variable id="h1"><link href="text/scalc/01/func_unique.xhp">UNIQUE</link></variable></h1> <paragraph id="par_id771708806478128" role="paragraph">Returns the array of unique values from a range or array of values.</paragraph> </section> -<embed href="text/scalc/01/ful_func.xhp#func_case_sensitive"/> <embed href="text/scalc/01/ful_func.xhp#func_head_syntax"/> <paragraph role="code" id="par_id211708281649651">UNIQUE(Array [; By col [; Uniqueness] ])</paragraph> <paragraph role="paragraph" id="par_id381715698113514"><emph>Array</emph>: the range or array from which to return unique values.</paragraph>