summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/document/XLinkTargetSupplier.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/document/XLinkTargetSupplier.idl')
-rw-r--r--offapi/com/sun/star/document/XLinkTargetSupplier.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/document/XLinkTargetSupplier.idl b/offapi/com/sun/star/document/XLinkTargetSupplier.idl
index 82cb48cdfd92..fb46d46b5e25 100644
--- a/offapi/com/sun/star/document/XLinkTargetSupplier.idl
+++ b/offapi/com/sun/star/document/XLinkTargetSupplier.idl
@@ -24,11 +24,9 @@
#include <com/sun/star/container/XNameAccess.idl>
-//=============================================================================
module com { module sun { module star { module document {
-//=============================================================================
/** interface is supplied by objects inside a document object model that have
children that can be the target of a link inside a document.
@@ -37,7 +35,6 @@ module com { module sun { module star { module document {
*/
published interface XLinkTargetSupplier: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** @returns
the names of possible links to children of this object inside a
document object model. It implements the service <type>LinkTargets</type>.
@@ -46,7 +43,6 @@ published interface XLinkTargetSupplier: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };