diff options
author | Alain Romedenne <alain.romedenne@libreoffice.org> | 2022-11-14 10:42:51 +0200 |
---|---|---|
committer | Alain Romedenne <alain.romedenne@libreoffice.org> | 2022-11-14 10:03:22 +0100 |
commit | b87a0e224b4a9150aeedc548de8c50d0276071b8 (patch) | |
tree | 5b8868bad2af3a98e61e43c8cad858c6f9b54bdc /source | |
parent | 6b64fc6ca64e2096615dc3f85f079c9e00798060 (diff) |
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.romedenne@libreoffice.org>
Diffstat (limited to 'source')
-rw-r--r-- | source/text/sbasic/shared/CreateUnoSvcWithArgs.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
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> |