summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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" ||