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>
This commit is contained in:
Andras Timar
2024-03-10 11:51:52 +01:00
committed by Olivier Hallot
parent d2beb0a613
commit 99537726ec
3 changed files with 2 additions and 4 deletions

View File

@ -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">

View File

@ -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>

View File

@ -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>