summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2024-03-10 11:51:52 +0100
committerOlivier Hallot <olivier.hallot@libreoffice.org>2024-03-10 17:48:46 +0100
commit99537726eca951a450182d7672458afeb2b65e66 (patch)
treec256536c360c877211d2db8a8d06329461070413
parentd2beb0a61359f458b5b909fba1dd3452a1d2920d (diff)
fix Helpex warnings: 'No string specified!'
Change-Id: I70ad73b6859cd989e6046c3bd5a76c54c27f416d Reviewed-on: https://gerrit.libreoffice.org/c/help/+/164631 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r--source/text/sbasic/python/python_shell.xhp1
-rw-r--r--source/text/shared/guide/pdf_params.xhp4
-rw-r--r--source/text/shared/guide/usingthemes.xhp1
3 files changed, 2 insertions, 4 deletions
diff --git a/source/text/sbasic/python/python_shell.xhp b/source/text/sbasic/python/python_shell.xhp
index d56acf74a8..3a699f9fac 100644
--- a/source/text/sbasic/python/python_shell.xhp
+++ b/source/text/sbasic/python/python_shell.xhp
@@ -24,7 +24,6 @@
<h1 id="N0118"><variable id="pythonshell1"><link href="text/sbasic/python/python_shell.xhp">Running Python Interactive Console</link></variable></h1>
</section>
<paragraph role="paragraph" id="N0119">The Python interactive console, also known as Python interpreter or Python shell, provides programmers with a quick way to execute commands and try out and test code without creating a file. UNO objects introspection as well as %PRODUCTNAME Python modules documentation can be obtained from the terminal.</paragraph>
- <paragraph role="paragraph" id="par_id761707735472290"></paragraph>
<switch select="sys">
<case select="UNIX">
diff --git a/source/text/shared/guide/pdf_params.xhp b/source/text/shared/guide/pdf_params.xhp
index 04d172be1d..04d51074dd 100644
--- a/source/text/shared/guide/pdf_params.xhp
+++ b/source/text/shared/guide/pdf_params.xhp
@@ -926,7 +926,7 @@
<paragraph id="par_id731682125169856" localize="false" role="tablecontent"><literal>PreparedPasswords</literal></paragraph>
</tablecell>
<tablecell>
- <paragraph id="par_id831682125169857" role="tablecontent"></paragraph>
+ <paragraph id="par_id831682125169857" localize="false" role="tablecontent"></paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id871682125169858" localize="false" role="tablecontent"></paragraph>
@@ -940,7 +940,7 @@
<paragraph id="par_id241682125214902" localize="false" role="tablecontent"><literal>PreparedPermissionPassword</literal></paragraph>
</tablecell>
<tablecell>
- <paragraph id="par_id401682125214903" role="tablecontent"></paragraph>
+ <paragraph id="par_id401682125214903" localize="false" role="tablecontent"></paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id251682125214904" localize="false" role="tablecontent">string</paragraph>
diff --git a/source/text/shared/guide/usingthemes.xhp b/source/text/shared/guide/usingthemes.xhp
index df1ab52bd9..26ead5291b 100644
--- a/source/text/shared/guide/usingthemes.xhp
+++ b/source/text/shared/guide/usingthemes.xhp
@@ -22,7 +22,6 @@
</bookmark>
<section id="usingthemesHead">
<h1 id="hd_id911691103974397"><variable id="h1"><link href="text/shared/guide/usingthemes.xhp">Using Document Themes</link></variable></h1>
- <paragraph id="par_id991691103974400" role="paragraph"></paragraph>
</section>
<paragraph role="paragraph" id="par_id451691109216603">Theme is the concept of bundling color, font and format settings. The colors, fonts and format settings names are hard coded in the document. When switching themes in the document, the elements containing the hardcoded names switch colors, fonts and format settings accordingly to the new theme.</paragraph>
<h2 id="hd_id761691104702168">To Apply a Theme to the Document</h2>