summaryrefslogtreecommitdiff
path: root/unodevtools
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-10-19 10:41:33 +0100
committerMichael Stahl <Michael.Stahl@cib.de>2018-10-26 20:34:16 +0200
commit6b505e004fce2d6fa60691b8cd05fdb23cb33024 (patch)
tree51bb43c8c339cb0860e75d3511bbfeb7fb928370 /unodevtools
parentd860e6a138f08343b42f591462e85b85291b6fa8 (diff)
copy paste error
Change-Id: I4676be34523390348cbc7417ed0ecdacd54e8c94 Reviewed-on: https://gerrit.libreoffice.org/61984 Reviewed-by: Michael Stahl <Michael.Stahl@cib.de> Tested-by: Michael Stahl <Michael.Stahl@cib.de>
Diffstat (limited to 'unodevtools')
-rw-r--r--unodevtools/source/skeletonmaker/javatypemaker.cxx2
1 files changed, 1 insertions, 1 deletions
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);