[Libreoffice-commits] core.git: extensions/test
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Sat May 25 20:55:37 UTC 2019
extensions/test/ole/OleClient/funcs.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 88e55cdc65f1e19cfaa215221737f454100c6f1c
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue May 14 21:24:46 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat May 25 22:55:00 2019 +0200
Fix typo
Change-Id: Ic9d719985ffb6b6d273b258c4f07227a8a0e7c0d
Reviewed-on: https://gerrit.libreoffice.org/72959
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/extensions/test/ole/OleClient/funcs.cxx b/extensions/test/ole/OleClient/funcs.cxx
index 8070b085a608..a72c7c49eba9 100644
--- a/extensions/test/ole/OleClient/funcs.cxx
+++ b/extensions/test/ole/OleClient/funcs.cxx
@@ -323,7 +323,7 @@ void printSequence( Sequence<Any>& val)
break;
case TypeClass_INTERFACE:
{
- // we assume that the interface is XInvocation of a AxTestControls.Basic component.
+ // we assume that the interface is XInvocation of an AxTestControls.Basic component.
Reference<XInvocation> inv;
elem>>= inv;
if( inv.is())
More information about the Libreoffice-commits
mailing list