summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/ucb/FetchResult.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/FetchResult.idl')
-rw-r--r--offapi/com/sun/star/ucb/FetchResult.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/ucb/FetchResult.idl b/offapi/com/sun/star/ucb/FetchResult.idl
index db6a6fc70025..d42f1e7258e1 100644
--- a/offapi/com/sun/star/ucb/FetchResult.idl
+++ b/offapi/com/sun/star/ucb/FetchResult.idl
@@ -22,7 +22,7 @@
module com { module sun { module star { module ucb {
-/** contains data of several rows of a <type>ContentResultSet</type>.
+/** contains data of several rows of a ContentResultSet.
<p>This struct is returned from <member>XFetchProvider::fetch</member>,
for example.
@@ -60,7 +60,7 @@ published struct FetchResult
/** indicates whether and which error has occurred, while fetching.
<p>The value may contain zero or more constants of the
- <type>FetchError</type> constants group.
+ FetchError constants group.
*/
short FetchError;
};