summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/DDELinks.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/DDELinks.idl')
-rw-r--r--offapi/com/sun/star/sheet/DDELinks.idl7
1 files changed, 0 insertions, 7 deletions
diff --git a/offapi/com/sun/star/sheet/DDELinks.idl b/offapi/com/sun/star/sheet/DDELinks.idl
index 558f620d6430..271fb2b0ff40 100644
--- a/offapi/com/sun/star/sheet/DDELinks.idl
+++ b/offapi/com/sun/star/sheet/DDELinks.idl
@@ -25,11 +25,9 @@
#include <com/sun/star/container/XIndexAccess.idl>
#include <com/sun/star/sheet/XDDELinks.idl>
-//=============================================================================
module com { module sun { module star { module sheet {
-//=============================================================================
/** represents a collection of DDE links.
@@ -38,7 +36,6 @@ module com { module sun { module star { module sheet {
*/
published service DDELinks
{
- //-------------------------------------------------------------------------
/** provides access to the DDE links via the DDE link string.
@@ -46,7 +43,6 @@ published service DDELinks
*/
interface com::sun::star::container::XNameAccess;
- //-------------------------------------------------------------------------
/** provides access to the DDE links via index.
@@ -55,7 +51,6 @@ published service DDELinks
*/
interface com::sun::star::container::XIndexAccess;
- //-------------------------------------------------------------------------
/** creates an enumeration of all DDE links.
@@ -64,7 +59,6 @@ published service DDELinks
*/
interface com::sun::star::container::XEnumerationAccess;
- //-------------------------------------------------------------------------
/** provides a method to add a DDE link to a spreadsheet.
@@ -74,7 +68,6 @@ published service DDELinks
};
-//=============================================================================
}; }; }; };