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

New commits:
commit 05845e7cdac8b52eef41070a2f05445396058b92
Author:     Stanislav Horacek <stanislav.hora...@gmail.com>
AuthorDate: Fri Jan 28 20:35:24 2022 +0100
Commit:     Rafael Lima <rafael.palma.l...@gmail.com>
CommitDate: Sun Jan 30 21:39:21 2022 +0100

    fix format of UnoProperties method syntax
    
    Change-Id: I50ee4de218b1236283e3aaf76137edb8b79fb062
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/129123
    Tested-by: Jenkins
    Reviewed-by: Rafael Lima <rafael.palma.l...@gmail.com>

diff --git a/source/text/sbasic/shared/03/sf_session.xhp 
b/source/text/sbasic/shared/03/sf_session.xhp
index b80740b8e..1ce31f8f6 100644
--- a/source/text/sbasic/shared/03/sf_session.xhp
+++ b/source/text/sbasic/shared/03/sf_session.xhp
@@ -596,7 +596,7 @@
   <h2 id="hd_id101587478343870" localize="false">UnoProperties</h2>
   <paragraph role="paragraph" id="par_id141587478343306">Returns a list of the 
properties of an UNO object. The list is a zero-based array of strings and may 
be empty.</paragraph>
   <embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
-  <paragraph role="bascode" localize="false" id="bas_id91626820631150">
+  <paragraph role="paragraph" localize="false" id="bas_id91626820631150">
     <input>session.UnoProperties(unoobject: uno): str[0..*]</input>
   </paragraph>
   <embed href="text/sbasic/shared/00000003.xhp#functparameters"/>

Reply via email to