summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/embed/XComponentSupplier.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/embed/XComponentSupplier.idl')
-rw-r--r--offapi/com/sun/star/embed/XComponentSupplier.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/embed/XComponentSupplier.idl b/offapi/com/sun/star/embed/XComponentSupplier.idl
index 95cb3698cb2a..702da04a99ae 100644
--- a/offapi/com/sun/star/embed/XComponentSupplier.idl
+++ b/offapi/com/sun/star/embed/XComponentSupplier.idl
@@ -21,16 +21,13 @@
#include <com/sun/star/util/XCloseable.idl>
-//=============================================================================
module com { module sun { module star { module embed {
-//=============================================================================
/** provides access to a component.
*/
published interface XComponentSupplier: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** allows to get access to a component.
<p>
The component may not support
@@ -43,7 +40,6 @@ published interface XComponentSupplier: com::sun::star::uno::XInterface
::com::sun::star::util::XCloseable getComponent();
};
-//=============================================================================
}; }; }; };