summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/embed/XEmbedObjectFactory.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/embed/XEmbedObjectFactory.idl')
-rw-r--r--offapi/com/sun/star/embed/XEmbedObjectFactory.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/embed/XEmbedObjectFactory.idl b/offapi/com/sun/star/embed/XEmbedObjectFactory.idl
index 21823f0054fe..7460b37dce73 100644
--- a/offapi/com/sun/star/embed/XEmbedObjectFactory.idl
+++ b/offapi/com/sun/star/embed/XEmbedObjectFactory.idl
@@ -26,11 +26,9 @@
#include <com/sun/star/lang/IllegalArgumentException.idl>
#include <com/sun/star/beans/PropertyValue.idl>
-//============================================================================
module com { module sun { module star { module embed {
-//============================================================================
/** allows to create and initialize a new embedded object of specified type.
<p>
This interface provides user with full control over object creation.
@@ -38,7 +36,6 @@
*/
published interface XEmbedObjectFactory: com::sun::star::uno::XInterface
{
- //------------------------------------------------------------------------
/** creates a new object and transport parameters for persistent
initialization.
@@ -101,7 +98,6 @@ published interface XEmbedObjectFactory: com::sun::star::uno::XInterface
::com::sun::star::uno::Exception );
};
-//============================================================================
}; }; }; };