source/text/sbasic/shared/03/sf_document.xhp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 929c069b42a5d9f0ae528ed009e8f2c79b15c857
Author:     Stanislav Horacek <stanislav.hora...@gmail.com>
AuthorDate: Sun Dec 17 14:11:27 2023 +0100
Commit:     Olivier Hallot <olivier.hal...@libreoffice.org>
CommitDate: Sun Dec 17 15:41:28 2023 +0100

    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.hal...@libreoffice.org>

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>

Reply via email to