unodevtools/source/skeletonmaker/skeletoncommon.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 3ab67326292f8b756bd4bf698ca20aec4f6e5755 Author: Noel Grandin <noel.gran...@collabora.co.uk> Date: Tue Jun 13 10:43:56 2017 +0200 fix bug in skeletonmaker how this got missed for so long I don't know Change-Id: I5c4bbb880f364fdbb8c88e80c6329184c0bd48a5 Reviewed-on: https://gerrit.libreoffice.org/38725 Tested-by: Jenkins <c...@libreoffice.org> Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk> diff --git a/unodevtools/source/skeletonmaker/skeletoncommon.cxx b/unodevtools/source/skeletonmaker/skeletoncommon.cxx index b0dc9333c687..d4c269a394f9 100644 --- a/unodevtools/source/skeletonmaker/skeletoncommon.cxx +++ b/unodevtools/source/skeletonmaker/skeletoncommon.cxx @@ -551,7 +551,7 @@ void generateFunctionParameterMap(std::ostream& o, rtl::Reference< TypeManager > const & manager, OUString const & name, ::codemaker::GeneratedTypeSet & generated, - bool bFirst) + bool& bFirst) { if ( name == "com.sun.star.uno.XInterface" || name == "com.sun.star.lang.XLocalizable" || _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits