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

New commits:
commit 1c1992ef335ba67137134fe99672db631a7782c7
Author:     Julien Nabet <serval2...@yahoo.fr>
AuthorDate: Wed Aug 2 17:53:38 2023 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Wed Aug 2 17:57:54 2023 +0200

    Related tdf#156580: CreateUnoServiceWithArguments is spelled differently in 
help
    
    Change-Id: Ibad8b393d2a41e4aecc24fefa9bd95ffe27e35f1
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/155235
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/source/text/sbasic/shared/CreateUnoSvcWithArgs.xhp 
b/source/text/sbasic/shared/CreateUnoSvcWithArgs.xhp
index b8b5a458fd..4494038244 100644
--- a/source/text/sbasic/shared/CreateUnoSvcWithArgs.xhp
+++ b/source/text/sbasic/shared/CreateUnoSvcWithArgs.xhp
@@ -49,7 +49,7 @@
     <paragraph role="bascode" localize="false" id="bas_id901629989240801">Sub 
FileSaveAsDialog()</paragraph>
     <paragraph role="bascode" localize="false" id="bas_id361629989241073">   
td = com.sun.star.ui.dialogs.TemplateDescription</paragraph>
     <paragraph role="bascode" localize="false" id="bas_id461629989241289">   
options = td.FILESAVE_AUTOEXTENSION_TEMPLATE</paragraph>
-    <paragraph role="bascode" localize="false" id="bas_id441629989241521">   
dlg = createUnoServiceWithArguments( _</paragraph>
+    <paragraph role="bascode" localize="false" id="bas_id441629989241521">   
dlg = CreateUnoServiceWithArguments( _</paragraph>
     <paragraph role="bascode" localize="false" id="bas_id651629989241801">     
 "com.sun.star.ui.dialogs.FilePicker", _</paragraph>
     <paragraph role="bascode" localize="false" id="bas_id521629989242114">     
 Array(options))</paragraph>
     <paragraph role="bascode" localize="false" id="bas_id211629989242416">End 
Sub ' FileSaveAsDialog</paragraph>

Reply via email to