[Libreoffice-commits] core.git: oovbaapi/ooo

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Tue Nov 26 19:03:14 UTC 2019


 oovbaapi/ooo/vba/word/XDocuments.idl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6b812d81263d0261c08041aaac2c60d040aa26f6
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue Nov 26 19:58:11 2019 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue Nov 26 20:01:51 2019 +0100

    Fix typo
    
    Change-Id: Iee87dbb1a2e02891728a0aad2361fce60a479433
    Reviewed-on: https://gerrit.libreoffice.org/83821
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/oovbaapi/ooo/vba/word/XDocuments.idl b/oovbaapi/ooo/vba/word/XDocuments.idl
index dda25a4014ad..bb98020a35b1 100644
--- a/oovbaapi/ooo/vba/word/XDocuments.idl
+++ b/oovbaapi/ooo/vba/word/XDocuments.idl
@@ -34,7 +34,7 @@ interface XDocuments : com::sun::star::uno::XInterface
 
     any OpenOld([in] string FileName, [in] any ConfirmConversions, [in] any ReadOnly, [in] any AddToRecentFiles, [in] any PasswordDocument, [in] any PasswordTemplate, [in] any Revert, [in] any WritePasswordDocument, [in] any WritePasswordTemplate, [in] any Format);
 
-    // Note that this method doesn't actually do anhything, see sw/source/ui/vba/vbadocuments.cxx
+    // Note that this method doesn't actually do anything, see sw/source/ui/vba/vbadocuments.cxx
     void Close([in] any SaveChanges,[in] any OriginalFormat,[in] any RouteDocument);
 };
 


More information about the Libreoffice-commits mailing list