This is an automated email from the ASF dual-hosted git repository. mseidel pushed a commit to branch AOO42X in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/AOO42X by this push: new e2cba91aa6 Small corrections in Help files e2cba91aa6 is described below commit e2cba91aa68e3729faa7fa917e211352effc3cdc Author: mseidel <msei...@apache.org> AuthorDate: Wed Jan 3 17:25:15 2024 +0100 Small corrections in Help files (cherry picked from commit d1b9f731b4f044679fba821d388f223d00cab27d) --- main/helpcontent2/source/text/scalc/01/12080100.xhp | 2 +- main/helpcontent2/source/text/scalc/01/12080200.xhp | 2 +- main/helpcontent2/source/text/scalc/05/empty_cells.xhp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/main/helpcontent2/source/text/scalc/01/12080100.xhp b/main/helpcontent2/source/text/scalc/01/12080100.xhp index 263e7418cf..3dbebd713a 100644 --- a/main/helpcontent2/source/text/scalc/01/12080100.xhp +++ b/main/helpcontent2/source/text/scalc/01/12080100.xhp @@ -38,7 +38,7 @@ <paragraph id="hd_id3155628" role="heading" level="1" oldref="1" l10n="U" xml-lang="en-US"><link href="text/scalc/01/12080100.xhp" name="Hide Details">Hide Details</link></paragraph> <paragraph l10n="U" role="paragraph" id="par_id3154515" xml-lang="en-US" oldref="2"><ahelp hid=".uno:HideDetail" visibility="visible">Hides the details of the grouped row or column that contains the cursor. To hide all of the grouped rows or columns, select the outlined table, and then choose this command.</ahelp></paragraph> </section> -<paragraph xml-lang="en-US" oldref="3" role="paragraph" id="par_id3153252" l10n="U">To show all hidden groups, select the outlined table, and then choose <emph>Data -Outline - </emph><link href="text/scalc/01/12080200.xhp" name="Show Details"><emph>Show Details</emph></link>.</paragraph> +<paragraph xml-lang="en-US" oldref="3" role="paragraph" id="par_id3153252" l10n="U">To show all hidden groups, select the outlined table, and then choose <emph>Data - Group and Outline - </emph><link href="text/scalc/01/12080200.xhp" name="Show Details"><emph>Show Details</emph></link>.</paragraph> <section id="howtoget"> <embed href="text/scalc/00/00000412.xhp#dngda"/> </section> diff --git a/main/helpcontent2/source/text/scalc/01/12080200.xhp b/main/helpcontent2/source/text/scalc/01/12080200.xhp index bea9174935..03c62a86ad 100644 --- a/main/helpcontent2/source/text/scalc/01/12080200.xhp +++ b/main/helpcontent2/source/text/scalc/01/12080200.xhp @@ -37,7 +37,7 @@ <bookmark xml-lang="en-US" branch="hid/.uno:ShowDetail" id="bm_id3157909" localize="false"/><paragraph role="heading" id="hd_id3153561" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/scalc/01/12080200.xhp" name="Show Details">Show Details</link></paragraph> <paragraph role="paragraph" id="par_id3153822" xml-lang="en-US" l10n="U" oldref="2"><ahelp hid=".uno:ShowDetail">Shows the details of the grouped row or column that contains the cursor. To show the details of all of the grouped rows or columns, select the outlined table, and then choose this command.</ahelp></paragraph> </section> -<paragraph role="paragraph" id="par_id3155922" xml-lang="en-US" l10n="U" oldref="3">To hide a selected group, choose <emph>Data -Outline - </emph><link href="text/scalc/01/12080100.xhp" name="Hide Details"><emph>Hide Details</emph></link>.</paragraph> +<paragraph role="paragraph" id="par_id3155922" xml-lang="en-US" l10n="U" oldref="3">To hide a selected group, choose <emph>Data - Group and Outline - </emph><link href="text/scalc/01/12080100.xhp" name="Hide Details"><emph>Hide Details</emph></link>.</paragraph> <section id="howtoget"> <embed href="text/scalc/00/00000412.xhp#dngde"/> </section> diff --git a/main/helpcontent2/source/text/scalc/05/empty_cells.xhp b/main/helpcontent2/source/text/scalc/05/empty_cells.xhp index 53fa070933..d2485e8570 100644 --- a/main/helpcontent2/source/text/scalc/05/empty_cells.xhp +++ b/main/helpcontent2/source/text/scalc/05/empty_cells.xhp @@ -34,7 +34,7 @@ </bookmark><comment>i86303</comment> <paragraph role="heading" id="hd_id1502121" xml-lang="en-US" level="1" l10n="NEW"><variable id="empty_cells"><link href="text/scalc/05/empty_cells.xhp">Handling of Empty Cells</link></variable></paragraph> <paragraph role="paragraph" id="par_id8266853" xml-lang="en-US" l10n="NEW">In older versions of the software, empty cells were forced to numeric 0 in some contexts and to empty string in others, except in direct comparison where =A1=0 and =A1="" both resulted in TRUE if A1 was empty. Emptiness now is inherited until used, so both =VLOOKUP(...)=0 and =VLOOKUP(...)="" give TRUE if the lookup resulted in an empty cell being returned.</paragraph> -<paragraph role="paragraph" id="par_id2733542" xml-lang="en-US" l10n="NEW">A simple reference to an empty cell is still displayed as numeric 0 but is not necessarily of type numeric anymore, so also comparisons with the referencing cell work as expected. </paragraph> +<paragraph role="paragraph" id="par_id2733542" xml-lang="en-US" l10n="NEW">A simple reference to an empty cell is still displayed as numeric 0 but is not necessarily of type numeric anymore, so also comparisons with the referencing cell work as expected.</paragraph> <paragraph role="paragraph" id="par_id4238715" xml-lang="en-US" l10n="NEW">For the following examples, A1 contains a number, B1 is empty, C1 contains the reference to B1:</paragraph> <paragraph role="code" id="par_id8277230" xml-lang="en-US" l10n="NEW">A1: 1 B1: <empty> C1: =B1 (displays 0)</paragraph> <paragraph role="code" id="par_id4086428" xml-lang="en-US" l10n="NEW">=B1=0 => TRUE</paragraph>