INTEGRATION: CWS skeletonmaker (1.2.4); FILE MERGED

2005/10/14 15:28:55 jsc 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED
2005/07/20 08:39:07 jsc 1.2.4.1: #i52208# refacturing of some common usable functions
This commit is contained in:
Jens-Heiner Rechtien
2005-10-27 16:11:32 +00:00
parent c100f07159
commit 351c2b8747

View File

@ -4,9 +4,9 @@
*
* $RCSfile: commonjava.cxx,v $
*
* $Revision: 1.3 $
* $Revision: 1.4 $
*
* last change: $Author: rt $ $Date: 2005-09-08 02:11:05 $
* last change: $Author: hr $ $Date: 2005-10-27 17:11:32 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -98,8 +98,7 @@ rtl::OString translateUnoToJavaType(
{ rtl::OString(RTL_CONSTASCII_STRINGPARAM("java/lang/String")),
rtl::OString(RTL_CONSTASCII_STRINGPARAM("java/lang/String")) },
{ rtl::OString(RTL_CONSTASCII_STRINGPARAM("com/sun/star/uno/Type")),
rtl::OString(RTL_CONSTASCII_STRINGPARAM("com/sun/star/uno/Type"))
},
rtl::OString(RTL_CONSTASCII_STRINGPARAM("com/sun/star/uno/Type")) },
{ rtl::OString(RTL_CONSTASCII_STRINGPARAM("java/lang/Object")),
rtl::OString(RTL_CONSTASCII_STRINGPARAM("java/lang/Object")) } };
buf.append(javaTypes[sort][referenceType]);