summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/sheet/ExternalReference.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/ExternalReference.idl')
-rw-r--r--offapi/com/sun/star/sheet/ExternalReference.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/sheet/ExternalReference.idl b/offapi/com/sun/star/sheet/ExternalReference.idl
index afe5252f2198..0ba46d61b27f 100644
--- a/offapi/com/sun/star/sheet/ExternalReference.idl
+++ b/offapi/com/sun/star/sheet/ExternalReference.idl
@@ -22,7 +22,6 @@
module com { module sun { module star { module sheet {
-//=============================================================================
/** Data structure to store information about an external reference. An
external reference can be either a single cell reference, a cell range
@@ -34,7 +33,6 @@ module com { module sun { module star { module sheet {
*/
struct ExternalReference
{
- //-------------------------------------------------------------------------
/** Index of an externally linked document. Each externally-linked document
has a unique index value.
@@ -49,7 +47,6 @@ struct ExternalReference
long Index;
#if 0
- //-------------------------------------------------------------------------
/** Name of the sheet that the external reference points to.
@@ -63,7 +60,6 @@ struct ExternalReference
string SheetName;
#endif
- //-------------------------------------------------------------------------
/** Reference data.
@@ -81,7 +77,6 @@ struct ExternalReference
any Reference;
};
-//=============================================================================
}; }; }; };