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.idl66
1 files changed, 33 insertions, 33 deletions
diff --git a/offapi/com/sun/star/document/XLinkTargetSupplier.idl b/offapi/com/sun/star/document/XLinkTargetSupplier.idl
index f48a68f9d429..db37319ec22e 100644
--- a/offapi/com/sun/star/document/XLinkTargetSupplier.idl
+++ b/offapi/com/sun/star/document/XLinkTargetSupplier.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -24,42 +24,42 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-#ifndef __com_sun_star_document_XLinkTargetSupplier_idl__
-#define __com_sun_star_document_XLinkTargetSupplier_idl__
-
-#ifndef __com_sun_star_uno_XInterface_idl__
-#include <com/sun/star/uno/XInterface.idl>
-#endif
-
-#ifndef __com_sun_star_container_XNameAccess_idl__
-#include <com/sun/star/container/XNameAccess.idl>
-#endif
-
-
-//=============================================================================
-
-module com { module sun { module star { module document {
-
-//=============================================================================
-
+#ifndef __com_sun_star_document_XLinkTargetSupplier_idl__
+#define __com_sun_star_document_XLinkTargetSupplier_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_container_XNameAccess_idl__
+#include <com/sun/star/container/XNameAccess.idl>
+#endif
+
+
+//=============================================================================
+
+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>
*/
published interface XLinkTargetSupplier: com::sun::star::uno::XInterface
-{
- //-------------------------------------------------------------------------
- /** @returns
- the names of possible links to children of this object inside a
+{
+ //-------------------------------------------------------------------------
+ /** @returns
+ the names of possible links to children of this object inside a
document object model. It implements the service <type>LinkTargets</type>.
*/
- com::sun::star::container::XNameAccess getLinks();
-
-};
-
-//=============================================================================
-
-}; }; }; };
-
-#endif
+ com::sun::star::container::XNameAccess getLinks();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif