diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-07-13 10:56:52 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-07-13 10:56:52 +0000 |
commit | 7f8c186f806db58801d43bb2bd1fd93bd91d2fbe (patch) | |
tree | d0d1732cb879bc07d3d8731965a976cbc5be6fa1 /unodevtools/source | |
parent | de79507c39ef49e5e98a7025bbfb7d278fba2136 (diff) |
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
Diffstat (limited to 'unodevtools/source')
-rw-r--r-- | unodevtools/source/skeletonmaker/cpptypemaker.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
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) { |