INTEGRATION: CWS sdksample (1.3.18); FILE MERGED

2004/11/26 16:14:18 jsc 1.3.18.3: #i29966# remove to optimistic API change
2004/11/16 09:04:35 jsc 1.3.18.2: RESYNC: (1.3-1.4); FILE MERGED
2004/10/27 15:58:24 jsc 1.3.18.1: #i29966# remove filename related APIs
This commit is contained in:
Rüdiger Timm 2005-01-31 14:46:51 +00:00
parent 2757200302
commit 473d27ea1c

View file

@ -2,9 +2,9 @@
*
* $RCSfile: reader.h,v $
*
* $Revision: 1.4 $
* $Revision: 1.5 $
*
* last change: $Author: pjunck $ $Date: 2004-11-03 09:17:08 $
* last change: $Author: rt $ $Date: 2005-01-31 15:46:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -166,6 +166,7 @@ void SAL_CALL typereg_reader_getDocumentation(
out-of-memory condition occurs, a pointer to a null pointer is returned
@since UDK 3.2.0
@deprecated
*/
void SAL_CALL typereg_reader_getFileName(void * handle, rtl_uString ** result)
SAL_THROW_EXTERN_C();
@ -288,6 +289,7 @@ void SAL_CALL typereg_reader_getFieldDocumentation(
@param index a valid index into the range of fields of the given type reader
@since UDK 3.2.0
@deprecated
*/
void SAL_CALL typereg_reader_getFieldFileName(
void * handle, rtl_uString ** result, sal_uInt16 index)