summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@libreoffice.org>2024-08-24 10:38:01 -0300
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2024-08-26 03:06:37 +0200
commite4fdfbd1a4a4b5c13f94eae59274377a05f69b30 (patch)
treed3c3074523af19dfbde5ee0d1fea677ab9e8b95d
parent4712ccf832725a0dea34ca61efa7725f8fb21ef5 (diff)
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.hallot@libreoffice.org> (cherry picked from commit 81f8551d4281a11d2a9ac7d89d1660f32fda6187) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/172277 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-rw-r--r--source/text/scalc/01/func_unique.xhp1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/text/scalc/01/func_unique.xhp b/source/text/scalc/01/func_unique.xhp
index 845a64f193..44c5a1e26c 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>