Fix typo
Change-Id: Iee87dbb1a2e02891728a0aad2361fce60a479433 Reviewed-on: https://gerrit.libreoffice.org/83821 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
parent
928c854f7d
commit
6b812d8126
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue