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

New commits:
commit ddd19fff68342bc96ebdc88df7be56e4ec64a859
Author:     Alain Romedenne <alain.romede...@libreoffice.org>
AuthorDate: Thu Nov 10 20:09:54 2022 +0200
Commit:     Olivier Hallot <olivier.hal...@libreoffice.org>
CommitDate: Fri Nov 11 11:02:24 2022 +0100

    Basic typo
    
    Change-Id: I6890eea2de0b2e6e7d95c0289ef8810434a89df6
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/142517
    Reviewed-by: Olivier Hallot <olivier.hal...@libreoffice.org>
    Tested-by: Olivier Hallot <olivier.hal...@libreoffice.org>

diff --git a/source/text/sbasic/shared/CreateUnoSvcWithArgs.xhp 
b/source/text/sbasic/shared/CreateUnoSvcWithArgs.xhp
index f3ecef8bb3..4aae8e8cef 100644
--- a/source/text/sbasic/shared/CreateUnoSvcWithArgs.xhp
+++ b/source/text/sbasic/shared/CreateUnoSvcWithArgs.xhp
@@ -66,7 +66,7 @@
 <paragraph id="bas_id11593417954" role="bascode" localize="false">   
pv(0).Name  = "StorageFormat"</paragraph>
 <paragraph id="par_idm1206774256" role="bascode" localize="false">   
pv(0).Value = "ZipFormat"</paragraph>
 <paragraph id="par_idm1206773152" role="bascode" localize="false">   mode = 
com.sun.star.embed.ElementModes</paragraph>
-<paragraph id="par_idm1206772000" role="bascode" localize="false">   sf = 
CreateUnoService("com.sun.star.embed.StorageFactory</paragraph>
+<paragraph id="par_idm1206772000" role="bascode" localize="false">   sf = 
CreateUnoService("com.sun.star.embed.StorageFactory")</paragraph>
 <paragraph id="bas_id11593417954966" role="bascode" localize="false">   
storage = sf.createInstanceWithArguments(Array(ThisComponent.URL, mode.WRITE, 
pv))</paragraph>
 <paragraph id="par_idm1206770832" role="bascode" localize="false">   dds = 
CreateUnoServiceWithArguments( _</paragraph>
 <paragraph id="par_idm1206769648" role="bascode" localize="false">      
"com.sun.star.security.DocumentDigitalSignatures", _</paragraph>

Reply via email to