summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/embed/XLinkCreator.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/embed/XLinkCreator.idl')
-rw-r--r--offapi/com/sun/star/embed/XLinkCreator.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/embed/XLinkCreator.idl b/offapi/com/sun/star/embed/XLinkCreator.idl
index 3981078b260e..4270a6899078 100644
--- a/offapi/com/sun/star/embed/XLinkCreator.idl
+++ b/offapi/com/sun/star/embed/XLinkCreator.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 link.
<p>
Methods of this interface does not require specification of the object type,
@@ -39,7 +37,6 @@
*/
published interface XLinkCreator: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** creates a new object based on
<type scope="com::sun::star::document">MediaDescriptor</type>
and initializes it as a link.
@@ -83,7 +80,6 @@ published interface XLinkCreator: com::sun::star::uno::XInterface
::com::sun::star::uno::Exception );
};
-//=============================================================================
}; }; }; };