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 <serval2412@yahoo.fr>
diff --git a/source/text/sbasic/shared/CreateUnoSvcWithArgs.xhp b/source/text/sbasic/shared/CreateUnoSvcWithArgs.xhp
index b8b5a45..4494038 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>