diff options
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) { |