extensions/test/ole/OleClient/funcs.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 88e55cdc65f1e19cfaa215221737f454100c6f1c Author: Andrea Gelmini <[email protected]> AuthorDate: Tue May 14 21:24:46 2019 +0000 Commit: Julien Nabet <[email protected]> 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 <[email protected]> Tested-by: Julien Nabet <[email protected]> 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()) _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
