[Libreoffice-commits] core.git: Branch 'libreoffice-6-1' - unodevtools/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Fri Oct 26 18:34:40 UTC 2018
unodevtools/source/skeletonmaker/javatypemaker.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 6b505e004fce2d6fa60691b8cd05fdb23cb33024
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Fri Oct 19 10:41:33 2018 +0100
Commit: Michael Stahl <Michael.Stahl at cib.de>
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 <Michael.Stahl at cib.de>
Tested-by: Michael Stahl <Michael.Stahl at cib.de>
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);
More information about the Libreoffice-commits
mailing list