summaryrefslogtreecommitdiff
path: root/oovbaapi
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-11-26 19:58:11 +0100
committerJulien Nabet <serval2412@yahoo.fr>2019-11-26 20:01:51 +0100
commit6b812d81263d0261c08041aaac2c60d040aa26f6 (patch)
tree09f24645ffd3c1dc0d5d5bc6ad6b22b929a2b2db /oovbaapi
parent928c854f7dff9d8e015ed682a36429f32f1f87e7 (diff)
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>
Diffstat (limited to 'oovbaapi')
-rw-r--r--oovbaapi/ooo/vba/word/XDocuments.idl2
1 files changed, 1 insertions, 1 deletions
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);
};