summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/DDELinkInfo.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/DDELinkInfo.idl')
-rw-r--r--offapi/com/sun/star/sheet/DDELinkInfo.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/offapi/com/sun/star/sheet/DDELinkInfo.idl b/offapi/com/sun/star/sheet/DDELinkInfo.idl
index ad412c5ba941..151a1e3d40da 100644
--- a/offapi/com/sun/star/sheet/DDELinkInfo.idl
+++ b/offapi/com/sun/star/sheet/DDELinkInfo.idl
@@ -21,11 +21,9 @@
#include <com/sun/star/sheet/DDEItemInfo.idl>
-//=============================================================================
module com { module sun { module star { module sheet {
-//=============================================================================
/** describes all items of a DDE connection used in formulas.
<p>A DDE connection consists of the DDE service name, the DDE topic and a
@@ -45,17 +43,14 @@ module com { module sun { module star { module sheet {
*/
struct DDELinkInfo
{
- //-------------------------------------------------------------------------
/** The DDE service name.
*/
string Service;
- //-------------------------------------------------------------------------
/** The DDE topic.
*/
string Topic;
- //-------------------------------------------------------------------------
/** A list of DDE items. Each item may contain its results from the last
update.
*/
@@ -63,7 +58,6 @@ struct DDELinkInfo
};
-//=============================================================================
}; }; }; };