summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/XDDELinks.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/XDDELinks.idl')
-rw-r--r--offapi/com/sun/star/sheet/XDDELinks.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/sheet/XDDELinks.idl b/offapi/com/sun/star/sheet/XDDELinks.idl
index 8af34b67c130..8bfdb9663ee2 100644
--- a/offapi/com/sun/star/sheet/XDDELinks.idl
+++ b/offapi/com/sun/star/sheet/XDDELinks.idl
@@ -24,11 +24,9 @@
#include <com/sun/star/sheet/XDDELink.idl>
#include <com/sun/star/sheet/DDELinkMode.idl>
-//=============================================================================
module com { module sun { module star { module sheet {
-//=============================================================================
/** provides a method to add a DDE link to a spreadsheet.
@@ -38,7 +36,6 @@ module com { module sun { module star { module sheet {
*/
published interface XDDELinks: com::sun::star::container::XNameAccess
{
- //-------------------------------------------------------------------------
/** adds a DDE link to the spreadsheet without updating it.
@@ -69,7 +66,6 @@ published interface XDDELinks: com::sun::star::container::XNameAccess
};
-//=============================================================================
}; }; }; };