summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Horacek <stanislav.horacek@gmail.com>2023-12-06 20:10:31 +0100
committerOlivier Hallot <olivier.hallot@libreoffice.org>2023-12-07 17:55:49 +0100
commit95ebe8994002023b90215765f0d0cbd946a25f89 (patch)
tree06956db11eedebe89dd48fad398e05c58d48193e
parente14d56e82ecb749cbb965dfaca447c72d9a3ca04 (diff)
rows are shown by clicking on rows headers libreoffice-24-2-branch-point
Change-Id: I34ac6fd200964eac8bd83d4b49694a45480095de Reviewed-on: https://gerrit.libreoffice.org/c/help/+/160403 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r--source/text/scalc/00/00000405.xhp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/scalc/00/00000405.xhp b/source/text/scalc/00/00000405.xhp
index 4d0bce96ba..8ce1925b74 100644
--- a/source/text/scalc/00/00000405.xhp
+++ b/source/text/scalc/00/00000405.xhp
@@ -122,7 +122,7 @@
<paragraph role="paragraph" id="par_id3148576">Choose <emph>Format - Rows - Show</emph>.</paragraph>
<paragraph role="paragraph" id="par_id3156286">Choose <emph>Format - Columns - Show</emph>.</paragraph>
<embed href="text/shared/00/00000004.xhp#from_context"/>
- <paragraph role="paragraph" id="par_id701700515229874">Click on the columns headers to select, choose <menuitem>Show Rows</menuitem>.</paragraph>
+ <paragraph role="paragraph" id="par_id701700515229874">Click on the rows headers to select, choose <menuitem>Show Rows</menuitem>.</paragraph>
<paragraph role="paragraph" id="par_id271700515233843">Click on the columns headers to select, choose <menuitem>Show Columns</menuitem>.</paragraph>
<embed href="text/shared/00/00000004.xhp#from_tabUI"/>
<paragraph role="paragraph" id="par_id451700515369771">Choose <menuitem>Home - Rows - Show Rows</menuitem>.</paragraph>
5-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/external/libwpg/Library_wpg.mk
AgeCommit message (Collapse)Author
2024-05-06makefile simplification: replace $(call gb_UnpackedTarball_get_dir,foo)Christian Lohmaier
…by a simple/static $(gb_UnpackedTarball_workdir)/foo see also 0c4c84a14b01c71c76a9c45a7f26aec4d64f3e4f Change-Id: I8e6aa55c85534c4446556548910c950ddbe7c6fc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167163 Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Tested-by: Jenkins
2023-05-02tdf#155057: Wrong colors in some WPG2 (well rendered in WPG1)Julien Nabet
Thank you Fridrich Strba for the quick fix in libwpg! Change-Id: Icb2a48cdd7846ac9f2b32ca65a479381d8c8bfed Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151217 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>