diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-01-31 14:48:03 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-01-31 14:48:03 +0000 |
commit | e580620b4f07ee91b10e01db947c922bce9b47aa (patch) | |
tree | b7355baa2a9162e64c6cde84930a210f63839d50 /registry | |
parent | 2d07e07b2fa2feb8e1a346e7cd158f4efd8f06a7 (diff) |
INTEGRATION: CWS sdksample (1.13.14); FILE MERGED
2004/11/26 16:14:21 jsc 1.13.14.2: #i29966# remove to optimistic API change
2004/10/27 15:58:25 jsc 1.13.14.1: #i29966# remove filename related APIs
Diffstat (limited to 'registry')
-rw-r--r-- | registry/source/reflread.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/registry/source/reflread.cxx b/registry/source/reflread.cxx index a6a5d0027941..0b34341b7084 100644 --- a/registry/source/reflread.cxx +++ b/registry/source/reflread.cxx @@ -2,9 +2,9 @@ * * $RCSfile: reflread.cxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: hr $ $Date: 2004-06-23 11:52:34 $ + * last change: $Author: rt $ $Date: 2005-01-31 15:48:03 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1380,6 +1380,7 @@ void typereg_reader_getFileName(void * hEntry, rtl_uString** pFileName) RTL_TEXTENCODING_UTF8, OSTRING_TO_OUSTRING_CVTFLAGS); } + sal_uInt16 typereg_reader_getFieldCount(void * hEntry) SAL_THROW_EXTERN_C() { TypeRegistryEntry* pEntry = (TypeRegistryEntry*) hEntry; @@ -1498,6 +1499,7 @@ void typereg_reader_getFieldFileName(void * hEntry, rtl_uString** pFieldFileName RTL_TEXTENCODING_UTF8, OSTRING_TO_OUSTRING_CVTFLAGS); } + sal_uInt16 typereg_reader_getMethodCount(void * hEntry) SAL_THROW_EXTERN_C() { TypeRegistryEntry* pEntry = (TypeRegistryEntry*) hEntry; |