From 7f8c186f806db58801d43bb2bd1fd93bd91d2fbe Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Thu, 13 Jul 2006 10:56:52 +0000 Subject: INTEGRATION: CWS jsc8 (1.5.2); FILE MERGED 2006/07/07 09:48:38 jsc 1.5.2.2: RESYNC: (1.5-1.6); FILE MERGED 2006/05/05 12:26:53 jsc 1.5.2.1: #i64542# reset reference flag to default to ensure correct type generation for method parameter types --- unodevtools/source/skeletonmaker/cpptypemaker.cxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'unodevtools/source') diff --git a/unodevtools/source/skeletonmaker/cpptypemaker.cxx b/unodevtools/source/skeletonmaker/cpptypemaker.cxx index ad4ce8070924..f23870055d13 100644 --- a/unodevtools/source/skeletonmaker/cpptypemaker.cxx +++ b/unodevtools/source/skeletonmaker/cpptypemaker.cxx @@ -4,9 +4,9 @@ * * $RCSfile: cpptypemaker.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: hr $ $Date: 2006-06-20 00:50:21 $ + * last change: $Author: obo $ $Date: 2006-07-13 11:56:52 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -230,6 +230,8 @@ void printMethodParameters(std::ostream & o, || reader.getMethodParameterFlags(method, i) == RT_PARAM_INOUT) { referenceType = 2; + } else { + referenceType = 4; } if (withtype) { -- cgit