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
commit5acabd1a44f8b452f8dd0cac4ae717c534004a7a (patch)
treed866e30d70f45ef3ab563bf9ce7493e146b5a7a8 /registry
parent1033e2f2f803689bc00e5f16573f33c699ee5651 (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.hxx10
1 files changed, 6 insertions, 4 deletions
diff --git a/registry/inc/registry/reader.hxx b/registry/inc/registry/reader.hxx
index 9b56c379f..019f5f675 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;
@@ -210,7 +211,7 @@ public:
}
return s;
}
-
+
/**
Returns the type class of this type reader.
@@ -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;
@@ -326,7 +328,7 @@ public:
}
return s;
}
-
+
/**
Returns the flags of a field of this type reader.