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, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/document/XLinkTargetSupplier.idl b/offapi/com/sun/star/document/XLinkTargetSupplier.idl
index fb46d46b5e25..31e44ca0f405 100644
--- a/offapi/com/sun/star/document/XLinkTargetSupplier.idl
+++ b/offapi/com/sun/star/document/XLinkTargetSupplier.idl
@@ -31,13 +31,13 @@ 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.
- <p>These targets implement the service <type>LinkTarget</type>. </p>
+ <p>These targets implement the service LinkTarget. </p>
*/
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>.
+ document object model. It implements the service LinkTargets.
*/
com::sun::star::container::XNameAccess getLinks();