summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/lang/XComponent.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/lang/XComponent.idl')
-rw-r--r--udkapi/com/sun/star/lang/XComponent.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/udkapi/com/sun/star/lang/XComponent.idl b/udkapi/com/sun/star/lang/XComponent.idl
index 92a0eab5d710..f7bc63967e55 100644
--- a/udkapi/com/sun/star/lang/XComponent.idl
+++ b/udkapi/com/sun/star/lang/XComponent.idl
@@ -21,13 +21,11 @@
#include <com/sun/star/uno/XInterface.idl>
-//=============================================================================
module com { module sun { module star { module lang {
published interface XEventListener;
-//=============================================================================
// DocMerge from xml: interface com::sun::star::lang::XComponent
/** allows to exclicitly free resources and break cyclic references.
@@ -45,7 +43,6 @@ module com { module sun { module star { module lang {
*/
published interface XComponent: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
// DocMerge from xml: method com::sun::star::lang::XComponent::dispose
/** The owner of an object calls this method to explicitly free all
@@ -79,7 +76,6 @@ published interface XComponent: com::sun::star::uno::XInterface
*/
void dispose();
- //-------------------------------------------------------------------------
// DocMerge from xml: method com::sun::star::lang::XComponent::addEventListener
/** adds an event listener to the object.
@@ -104,7 +100,6 @@ published interface XComponent: com::sun::star::uno::XInterface
*/
void addEventListener( [in] XEventListener xListener );
- //-------------------------------------------------------------------------
// DocMerge from xml: method com::sun::star::lang::XComponent::removeEventListener
/** removes an event listener from the listener list.
@@ -126,7 +121,6 @@ published interface XComponent: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };