summaryrefslogtreecommitdiff
path: root/registry
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-01-31 14:47:07 +0000
committerRüdiger Timm <rt@openoffice.org>2005-01-31 14:47:07 +0000
commit17922f40c2e6f2dd7ef5222e0a01e0ad5abc347c (patch)
treefaf9fef24a3c5ccaae1642fdd7259242f1056bc7 /registry
parent473d27ea1ce674a0ede77495a2441eae24501bcd (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:25 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')
-rw-r--r--registry/inc/registry/reader.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/registry/inc/registry/reader.hxx b/registry/inc/registry/reader.hxx
index 9b56c379ffa8..4bf4ddb9c818 100644
--- a/registry/inc/registry/reader.hxx
+++ b/registry/inc/registry/reader.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: reader.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: pjunck $ $Date: 2004-11-03 09:17:21 $
+ * last change: $Author: rt $ $Date: 2005-01-31 15:47:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -201,6 +201,7 @@ public:
invalid, an empty string is returned
@exception std::bad_alloc is raised if an out-of-memory condition occurs
+ @deprecated
*/
rtl::OUString getFileName() const {
rtl_uString * s = 0;
@@ -317,6 +318,7 @@ public:
@return the file name of the given field
@exception std::bad_alloc is raised if an out-of-memory condition occurs
+ @deprecated
*/
rtl::OUString getFieldFileName(sal_uInt16 index) const {
rtl_uString * s = 0;