summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/sheet/DDEItemInfo.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/DDEItemInfo.idl')
-rw-r--r--offapi/com/sun/star/sheet/DDEItemInfo.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/sheet/DDEItemInfo.idl b/offapi/com/sun/star/sheet/DDEItemInfo.idl
index b0b78ec29144..35e2e47cd27d 100644
--- a/offapi/com/sun/star/sheet/DDEItemInfo.idl
+++ b/offapi/com/sun/star/sheet/DDEItemInfo.idl
@@ -19,11 +19,9 @@
#ifndef __com_sun_star_sheet_DDEItemInfo_idl__
#define __com_sun_star_sheet_DDEItemInfo_idl__
-//=============================================================================
module com { module sun { module star { module sheet {
-//=============================================================================
/** describes an item of a DDE connection.
A DDE connection consists of the DDE service name, the DDE topic and a
@@ -33,14 +31,12 @@ module com { module sun { module star { module sheet {
*/
struct DDEItemInfo
{
- //-------------------------------------------------------------------------
/** The name of the DDE item.
*/
string Item;
- //-------------------------------------------------------------------------
/** The results of the item cached from the last update of the DDE link if
available. This sequence may be empty.
@@ -50,7 +46,6 @@ struct DDEItemInfo
};
-//=============================================================================
}; }; }; };