diff options
author | Stanislav Horacek <stanislav.horacek@gmail.com> | 2023-12-17 14:11:27 +0100 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2023-12-17 15:43:34 +0100 |
commit | 12ca81577572bb0bb3f974956d6ea174cdc3dff8 (patch) | |
tree | c21b8ac443308897b18566b2a936e955d59cb1a5 | |
parent | ec425b5e6b6d6b2a8ef512e87f41f650785717d3 (diff) |
use correct space character on Document service page
Change-Id: Iadd798bbd73c470b165e0812f86ce855524018d4
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/160885
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
(cherry picked from commit 6fcdab427a017089e19b6d6d236f316f9eccccfe)
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/160864
-rw-r--r-- | source/text/sbasic/shared/03/sf_document.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/sbasic/shared/03/sf_document.xhp b/source/text/sbasic/shared/03/sf_document.xhp index eb4893dfc1..3397dd67b7 100644 --- a/source/text/sbasic/shared/03/sf_document.xhp +++ b/source/text/sbasic/shared/03/sf_document.xhp @@ -531,7 +531,7 @@ <bookmark_value>Document service;DeleteStyles</bookmark_value> </bookmark> <h2 id="hd_id261590300232440" localize="false">DeleteStyles</h2> - <paragraph role="paragraph" id="par_id652699200121080">Suppresses a single style or an array of styles given by their names within a specific styles family. Only user-defined styles may be deleted, built-in styles are ignored. It applies to all document types except <literal>Base</literal> and <literal>FormDocument</literal>.</paragraph> + <paragraph role="paragraph" id="par_id652699200121080">Suppresses a single style or an array of styles given by their names within a specific styles family. Only user-defined styles may be deleted, built-in styles are ignored. It applies to all document types except <literal>Base</literal> and <literal>FormDocument</literal>.</paragraph> <embed href="text/sbasic/shared/00000003.xhp#functsyntax"/> <paragraph role="paragraph" localize="false" id="par_id1001623997222964"> <input>svc.DeleteStyles(family: str, stylelist: str[1..*])</input> |