summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2019-10-23 11:54:54 +0300
committerTor Lillqvist <tml@collabora.com>2019-12-05 15:15:18 +0100
commited81c6150dc26296c0c8a458097a45767ae670b8 (patch)
treec2f3f7d32117690f18b56b2c280e9466273bd9d4
parentd0aa2dbdf37aefe5b8d096fc5ea50cd13f87c5b0 (diff)
Add note that SwVbaDocuments::Close() does nothing
Change-Id: Ibf4d175b4b4a0b9f168401e52af6b0459aacd046 Reviewed-on: https://gerrit.libreoffice.org/81368 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com> (cherry picked from commit 61a656cb9c7db1863e56d1183cb82c7e8be63cc5) (cherry picked from commit 5c5034a6d5d411fedf1fb00e736c55b7bdd6f840) (cherry picked from commit 405c9f65c5dbfddf1f9162716fab0d30e44c420e) Reviewed-on: https://gerrit.libreoffice.org/84526 Tested-by: Jenkins
-rw-r--r--oovbaapi/ooo/vba/word/XDocuments.idl1
1 files changed, 1 insertions, 0 deletions
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);
};