summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/embed/XLinkFactory.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/embed/XLinkFactory.idl')
-rw-r--r--offapi/com/sun/star/embed/XLinkFactory.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/embed/XLinkFactory.idl b/offapi/com/sun/star/embed/XLinkFactory.idl
index b98149855c52..ec55ef8a3453 100644
--- a/offapi/com/sun/star/embed/XLinkFactory.idl
+++ b/offapi/com/sun/star/embed/XLinkFactory.idl
@@ -26,16 +26,13 @@
#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 link of specified type.
*/
published interface XLinkFactory: com::sun::star::uno::XInterface
{
- //------------------------------------------------------------------------
/** creates a new link and transport parameters for persistent
initialization.
@@ -86,7 +83,6 @@ published interface XLinkFactory: com::sun::star::uno::XInterface
::com::sun::star::uno::Exception );
};
-//============================================================================
}; }; }; };