unodevtools/source/skeletonmaker/javatypemaker.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 6b505e004fce2d6fa60691b8cd05fdb23cb33024 Author: Caolán McNamara <[email protected]> AuthorDate: Fri Oct 19 10:41:33 2018 +0100 Commit: Michael Stahl <[email protected]> CommitDate: Fri Oct 26 20:34:16 2018 +0200 copy paste error Change-Id: I4676be34523390348cbc7417ed0ecdacd54e8c94 Reviewed-on: https://gerrit.libreoffice.org/61984 Reviewed-by: Michael Stahl <[email protected]> Tested-by: Michael Stahl <[email protected]> diff --git a/unodevtools/source/skeletonmaker/javatypemaker.cxx b/unodevtools/source/skeletonmaker/javatypemaker.cxx index 64917b95cf7d..5044faa0190d 100644 --- a/unodevtools/source/skeletonmaker/javatypemaker.cxx +++ b/unodevtools/source/skeletonmaker/javatypemaker.cxx @@ -602,7 +602,7 @@ void printConstructors( for (std::vector< unoidl::SingleInterfaceBasedServiceEntity::Constructor:: Parameter >::const_iterator j(i->parameters.begin()); - j != i->parameters.end(); ++i) + j != i->parameters.end(); ++j) { o << ", "; printType(o, options, manager, j->type, false); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
