summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/CellAreaLinks.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/CellAreaLinks.idl')
-rw-r--r--offapi/com/sun/star/sheet/CellAreaLinks.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/offapi/com/sun/star/sheet/CellAreaLinks.idl b/offapi/com/sun/star/sheet/CellAreaLinks.idl
index 657e56935567..26f0d08dad0e 100644
--- a/offapi/com/sun/star/sheet/CellAreaLinks.idl
+++ b/offapi/com/sun/star/sheet/CellAreaLinks.idl
@@ -23,11 +23,9 @@
#include <com/sun/star/sheet/XAreaLinks.idl>
#include <com/sun/star/container/XEnumerationAccess.idl>
-//=============================================================================
module com { module sun { module star { module sheet {
-//=============================================================================
/** represents a collection of area links.
@@ -36,14 +34,12 @@ module com { module sun { module star { module sheet {
*/
published service CellAreaLinks
{
- //-------------------------------------------------------------------------
/** provides access via index to a collection of area links and inserting
and removing area links.
*/
interface com::sun::star::sheet::XAreaLinks;
- //-------------------------------------------------------------------------
/** provides access to the area links via index.
@@ -52,7 +48,6 @@ published service CellAreaLinks
*/
interface com::sun::star::container::XIndexAccess;
- //-------------------------------------------------------------------------
/** creates an enumeration of all area links.
@@ -63,7 +58,6 @@ published service CellAreaLinks
};
-//=============================================================================
}; }; }; };