Bug 101723 - Wrong parameter reference in explanation of COUNTIFS function
Summary: Wrong parameter reference in explanation of COUNTIFS function
Status: RESOLVED FIXED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Documentation (show other bugs)
Version:
(earliest affected)
5.3.0.0.alpha0+
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard: target:5.3.0
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-25 09:17 UTC by Gabor Kelemen (allotropia)
Modified: 2016-09-16 11:42 UTC (History)
0 users

See Also:
Crash report or crash signature:


Attachments
Sync the explanation with the function description (2.58 KB, patch)
2016-08-25 09:35 UTC, Gabor Kelemen (allotropia)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Gabor Kelemen (allotropia) 2016-08-25 09:17:19 UTC
In helpcontent2/source/text/scalc/01/func_countifs.xhp it reads:

<paragraph id="par_id27421466710275" role="code" xml-lang="en-US">COUNTIFS(Range1; Criterion1 [; Range2; Criterion2 [; ...]])</paragraph>

After this the text explains the meaning of Range1 and Criterion1. But instead of Range2, it talks about Criterion_range2, and refers to Range1 as Criterion_range1:

<paragraph id="par_id190621657742" role="paragraph" xml-lang="en-US"><emph>Criterion_range2</emph> – Optional. Criterion_range2 and all the following mean the same as Criterion_range1.</paragraph>
Comment 1 Gabor Kelemen (allotropia) 2016-08-25 09:35:10 UTC
Created attachment 127022 [details]
Sync the explanation with the function description
Comment 2 Commit Notification 2016-09-15 16:17:03 UTC
Gabor Kelemen committed a patch related to this issue.
It has been pushed to "master":

http://cgit.freedesktop.org/libreoffice/help/commit/?id=e965f370818b8ab4de16db492402cdff4ee574e9

tdf#101723: Wrong parameter reference in COUNTIFS explanation