[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.2' - oovbaapi/ooo
Tor Lillqvist (via logerrit)
logerrit at kemper.freedesktop.org
Mon Nov 25 10:40:49 UTC 2019
oovbaapi/ooo/vba/word/XDocuments.idl | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 5c5034a6d5d411fedf1fb00e736c55b7bdd6f840
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Wed Oct 23 11:54:54 2019 +0300
Commit: Tor Lillqvist <tml at collabora.com>
CommitDate: Mon Nov 25 12:40:02 2019 +0200
Add note that SwVbaDocuments::Close() does nothing
Change-Id: Ibf4d175b4b4a0b9f168401e52af6b0459aacd046
Reviewed-on: https://gerrit.libreoffice.org/81368
Reviewed-by: Tor Lillqvist <tml at collabora.com>
Tested-by: Tor Lillqvist <tml at collabora.com>
(cherry picked from commit 61a656cb9c7db1863e56d1183cb82c7e8be63cc5)
diff --git a/oovbaapi/ooo/vba/word/XDocuments.idl b/oovbaapi/ooo/vba/word/XDocuments.idl
index 79517c53576f..dda25a4014ad 100644
--- a/oovbaapi/ooo/vba/word/XDocuments.idl
+++ b/oovbaapi/ooo/vba/word/XDocuments.idl
@@ -34,6 +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
void Close([in] any SaveChanges,[in] any OriginalFormat,[in] any RouteDocument);
};
More information about the Libreoffice-commits
mailing list