[Libreoffice-commits] core.git: unodevtools/source
Noel Grandin
noel.grandin at collabora.co.uk
Tue Jun 13 09:56:23 UTC 2017
unodevtools/source/skeletonmaker/skeletoncommon.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 3ab67326292f8b756bd4bf698ca20aec4f6e5755
Author: Noel Grandin <noel.grandin at 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 <ci at libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin at 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" ||
More information about the Libreoffice-commits
mailing list