summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ucb/ODMAContent.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/ODMAContent.idl')
-rw-r--r--offapi/com/sun/star/ucb/ODMAContent.idl12
1 files changed, 0 insertions, 12 deletions
diff --git a/offapi/com/sun/star/ucb/ODMAContent.idl b/offapi/com/sun/star/ucb/ODMAContent.idl
index 0b3c99b0b91a..9d36f2d542c5 100644
--- a/offapi/com/sun/star/ucb/ODMAContent.idl
+++ b/offapi/com/sun/star/ucb/ODMAContent.idl
@@ -29,11 +29,9 @@
#include <com/sun/star/ucb/XCommandInfoChangeNotifier.idl>
#include <com/sun/star/container/XChild.idl>
-//=============================================================================
module com { module sun { module star { module ucb {
-//=============================================================================
/** A OCP content is representation of a document saved in a DMS.
<p>The document Content corresponds to a document stored in a Document Management System.
@@ -46,19 +44,16 @@ module com { module sun { module star { module ucb {
*/
published service ODMAContent
{
- //-------------------------------------------------------------------------
/** This interface is implemented according to the specification of
service <type>Content</type>.
*/
interface com::sun::star::lang::XComponent;
- //-------------------------------------------------------------------------
/** This interface is implemented according to the specification of
service <type>Content</type>.
*/
interface com::sun::star::ucb::XContent;
- //-------------------------------------------------------------------------
/** This interface is implemented according to the specification of
service <type>Content</type>.
@@ -127,7 +122,6 @@ published service ODMAContent
*/
interface com::sun::star::ucb::XCommandProcessor;
- //-------------------------------------------------------------------------
/** is an enhanced version of <type>XCommandProcessor</type> that has an
additional method for releasing command identifiers obtained via
<member>XCommandProcessor::createCommandIdentifier</member> to avoid
@@ -139,38 +133,32 @@ published service ODMAContent
*/
[optional] interface com::sun::star::ucb::XCommandProcessor2;
- //-------------------------------------------------------------------------
/** This interface is implemented according to the specification of
service <type>Content</type>.
*/
interface com::sun::star::beans::XPropertiesChangeNotifier;
- //-------------------------------------------------------------------------
/** This interface is implemented according to the specification of
service <type>Content</type>.
*/
interface com::sun::star::beans::XPropertyContainer;
- //-------------------------------------------------------------------------
/** This interface is implemented according to the specification of
service <type>Content</type>.
*/
interface com::sun::star::beans::XPropertySetInfoChangeNotifier;
- //-------------------------------------------------------------------------
/** This interface is implemented according to the specification of
service <type>Content</type>.
*/
interface com::sun::star::ucb::XCommandInfoChangeNotifier;
- //-------------------------------------------------------------------------
/** This interface is implemented according to the specification of
service <type>Content</type>.
*/
interface com::sun::star::container::XChild;
};
-//=============================================================================
}; }; }; };