summaryrefslogtreecommitdiff
path: root/unodevtools
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-06-13 10:43:56 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-06-13 11:56:01 +0200
commit3ab67326292f8b756bd4bf698ca20aec4f6e5755 (patch)
tree27a739396c60fb7cfa155a897df3b77663d63d15 /unodevtools
parentfd7759ee8ac2f12b55a3834742ef63b858eda15a (diff)
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@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'unodevtools')
-rw-r--r--unodevtools/source/skeletonmaker/skeletoncommon.cxx2
1 files changed, 1 insertions, 1 deletions
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" ||