summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ucb/FileContent.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/FileContent.idl')
-rw-r--r--offapi/com/sun/star/ucb/FileContent.idl22
1 files changed, 11 insertions, 11 deletions
diff --git a/offapi/com/sun/star/ucb/FileContent.idl b/offapi/com/sun/star/ucb/FileContent.idl
index e7c8916c97b8..5f578fdc4a77 100644
--- a/offapi/com/sun/star/ucb/FileContent.idl
+++ b/offapi/com/sun/star/ucb/FileContent.idl
@@ -44,17 +44,17 @@ module com { module sun { module star { module ucb {
published service FileContent
{
/** This interface is implemented according to the specification of
- service <type>Content</type>.
+ service Content.
*/
interface com::sun::star::lang::XComponent;
/** This interface is implemented according to the specification of
- service <type>Content</type>.
+ service Content.
*/
interface com::sun::star::ucb::XContent;
/** This interface is implemented according to the specification of
- service <type>Content</type>.
+ service Content.
<p>An object representing a directory in the file system is able
to create a new object, which in turn can become the representation
@@ -91,7 +91,7 @@ published service FileContent
interface com::sun::star::ucb::XContentCreator;
/** This interface is implemented according to the specification of
- service <type>Content</type>.
+ service Content.
<p>
@@ -175,39 +175,39 @@ published service FileContent
*/
interface com::sun::star::ucb::XCommandProcessor;
- /** is an enhanced version of <type>XCommandProcessor</type> that has an
+ /** is an enhanced version of XCommandProcessor that has an
additional method for releasing command identifiers obtained via
<member>XCommandProcessor::createCommandIdentifier</member> to avoid
resource leaks. For a detailed description of the problem refer to
<member>XCommandProcessor2::releaseCommandIdentifier</member>.
- <p>Where many existing <type>Content</type> implementations do not
+ <p>Where many existing Content implementations do not
(yet), every new implementation should support this interface.
*/
[optional] interface com::sun::star::ucb::XCommandProcessor2;
/** This interface is implemented according to the specification of
- service <type>Content</type>.
+ service Content.
*/
interface com::sun::star::beans::XPropertiesChangeNotifier;
/** This interface is implemented according to the specification of
- service <type>Content</type>.
+ service Content.
*/
interface com::sun::star::beans::XPropertyContainer;
/** This interface is implemented according to the specification of
- service <type>Content</type>.
+ service Content.
*/
interface com::sun::star::beans::XPropertySetInfoChangeNotifier;
/** This interface is implemented according to the specification of
- service <type>Content</type>.
+ service Content.
*/
interface com::sun::star::ucb::XCommandInfoChangeNotifier;
/** This interface is implemented according to the specification of
- service <type>Content</type>.
+ service Content.
*/
interface com::sun::star::container::XChild;
};