summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ucb/XContentProvider.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/XContentProvider.idl')
-rw-r--r--offapi/com/sun/star/ucb/XContentProvider.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/ucb/XContentProvider.idl b/offapi/com/sun/star/ucb/XContentProvider.idl
index 1f6d8beb5570..96890184c715 100644
--- a/offapi/com/sun/star/ucb/XContentProvider.idl
+++ b/offapi/com/sun/star/ucb/XContentProvider.idl
@@ -27,7 +27,7 @@
module com { module sun { module star { module ucb {
-/** a content provider which creates and manages <type>XContent</type>s.
+/** a content provider which creates and manages XContents.
@version 1.0
@author Kai Sommerfeld
@@ -36,8 +36,8 @@ module com { module sun { module star { module ucb {
*/
published interface XContentProvider: com::sun::star::uno::XInterface
{
- /** creates a new <type>XContent</type> instance, if the given
- <type>XContentIdentifier</type> matches a content provided by the
+ /** creates a new XContent instance, if the given
+ XContentIdentifier matches a content provided by the
implementation of this interface.
@param Identifier
@@ -54,7 +54,7 @@ published interface XContentProvider: com::sun::star::uno::XInterface
[in] com::sun::star::ucb::XContentIdentifier Identifier )
raises ( com::sun::star::ucb::IllegalIdentifierException );
- /** compares two <type>XContentIdentifier</type>s.
+ /** compares two XContentIdentifiers.
@param Id1
first content identifier.