Kaydet (Commit) a2a785ef authored tarafından Pascal Junck's avatar Pascal Junck

INTEGRATION: CWS sb22 (1.11.10); FILE MERGED

2004/10/14 10:53:57 sb 1.11.10.2: #i33217# Changed @since tags for C++/Java docu from OOo to UDK.
2004/09/28 13:53:22 sb 1.11.10.1: #i33217# Fixed @since tags.
üst 6ac7476c
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: Type.h,v $ * $RCSfile: Type.h,v $
* *
* $Revision: 1.11 $ * $Revision: 1.12 $
* *
* last change: $Author: rt $ $Date: 2004-07-23 14:39:27 $ * last change: $Author: pjunck $ $Date: 2004-11-03 08:49:30 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -435,7 +435,7 @@ inline const ::com::sun::star::uno::Type & SAL_CALL getCppuArrayType6( T * pT ) ...@@ -435,7 +435,7 @@ inline const ::com::sun::star::uno::Type & SAL_CALL getCppuArrayType6( T * pT )
@return type of the given IDL type @return type of the given IDL type
@since #i31129# @since UDK 3.2.0
*/ */
template< typename T > inline const ::com::sun::star::uno::Type & SAL_CALL template< typename T > inline const ::com::sun::star::uno::Type & SAL_CALL
getCppuType() SAL_THROW(()); getCppuType() SAL_THROW(());
...@@ -444,7 +444,7 @@ getCppuType() SAL_THROW(()); ...@@ -444,7 +444,7 @@ getCppuType() SAL_THROW(());
@return type of IDL type char @return type of IDL type char
@since #i31129# @since UDK 3.2.0
*/ */
template<> inline const ::com::sun::star::uno::Type & SAL_CALL template<> inline const ::com::sun::star::uno::Type & SAL_CALL
getCppuType< sal_Unicode >() SAL_THROW(()); getCppuType< sal_Unicode >() SAL_THROW(());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment