summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/SheetLinks.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/SheetLinks.idl')
-rw-r--r--offapi/com/sun/star/sheet/SheetLinks.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/offapi/com/sun/star/sheet/SheetLinks.idl b/offapi/com/sun/star/sheet/SheetLinks.idl
index 74391c6974fd..8681100ac9db 100644
--- a/offapi/com/sun/star/sheet/SheetLinks.idl
+++ b/offapi/com/sun/star/sheet/SheetLinks.idl
@@ -24,11 +24,9 @@
#include <com/sun/star/container/XNameAccess.idl>
#include <com/sun/star/container/XEnumerationAccess.idl>
-//=============================================================================
module com { module sun { module star { module sheet {
-//=============================================================================
/** represents a collection of sheet links.
@@ -37,7 +35,6 @@ module com { module sun { module star { module sheet {
*/
published service SheetLinks
{
- //-------------------------------------------------------------------------
/** provides access to the sheet links via index.
@@ -46,7 +43,6 @@ published service SheetLinks
*/
interface com::sun::star::container::XIndexAccess;
- //-------------------------------------------------------------------------
/** provides access to the sheet links using the name of the linked
document.
@@ -56,7 +52,6 @@ published service SheetLinks
*/
interface com::sun::star::container::XNameAccess;
- //-------------------------------------------------------------------------
/** creates an enumeration of all sheet links.
@@ -67,7 +62,6 @@ published service SheetLinks
};
-//=============================================================================
}; }; }; };