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

New commits:
commit b87a0e224b4a9150aeedc548de8c50d0276071b8
Author:     Alain Romedenne <alain.romede...@libreoffice.org>
AuthorDate: Mon Nov 14 10:42:51 2022 +0200
Commit:     Alain Romedenne <alain.romede...@libreoffice.org>
CommitDate: Mon Nov 14 10:03:22 2022 +0100

    CreateUnoServiceWithArguments supplemental method identification pattern
    
    Change-Id: I38e3938e9392558951c1cd64b2a669bd5e5c9093
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/142676
    Tested-by: Jenkins
    Reviewed-by: Alain Romedenne <alain.romede...@libreoffice.org>

diff --git a/source/text/sbasic/shared/CreateUnoSvcWithArgs.xhp 
b/source/text/sbasic/shared/CreateUnoSvcWithArgs.xhp
index 4aae8e8cef..c053307076 100644
--- a/source/text/sbasic/shared/CreateUnoSvcWithArgs.xhp
+++ b/source/text/sbasic/shared/CreateUnoSvcWithArgs.xhp
@@ -36,7 +36,7 @@
   <bascode>
     <paragraph role="bascode" localize="false" id="bas_syntax"> 
CreateUnoServiceWithArguments(ServiceName As String, Arguments() As Variant) As 
Object</paragraph>
   </bascode>
-  <tip id="par_id301666950633646">UNO services that can be used with 
<literal>CreateUnoServiceWithArguments</literal> function are identifiable with 
method names that follow a <literal>createWith..</literal> pattern.</tip>
+  <tip id="par_id301666950633646">UNO services that can be used with 
<literal>CreateUnoServiceWithArguments</literal> function are identifiable with 
method names that follow a <literal>createInstanceWith..</literal> or 
<literal>createWith..</literal> naming pattern.</tip>
   <embed href="text/sbasic/shared/00000003.xhp#functparameters"/>
   <paragraph role="paragraph" 
id="par_id781666942583785"><emph>ServiceName</emph>: The UNO service name to be 
created.</paragraph>
   <paragraph role="paragraph" 
id="par_id11666942585785"><emph>Arguments</emph>: One to many arguments that 
specify the instance of the service. <emph>Arguments</emph> are stored as a one 
dimensional array, according to their positions in the constructor method 
definition.</paragraph>

Reply via email to