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); };