summaryrefslogtreecommitdiff
path: root/registry
diff options
context:
space:
mode:
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.