summaryrefslogtreecommitdiff
path: root/registry/inc
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-01-31 14:46:51 +0000
committerRüdiger Timm <rt@openoffice.org>2005-01-31 14:46:51 +0000
commit473d27ea1ce674a0ede77495a2441eae24501bcd (patch)
tree7e4295f2a009c4f0585af6421570e9ba6372d11c /registry/inc
parent2757200302d89c1cd87fcafa511db8f2b3e0a2e3 (diff)
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
Diffstat (limited to 'registry/inc')
-rw-r--r--registry/inc/registry/reader.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/registry/inc/registry/reader.h b/registry/inc/registry/reader.h
index 509f752a81f4..beb0eee28cee 100644
--- a/registry/inc/registry/reader.h
+++ b/registry/inc/registry/reader.h
@@ -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)