summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/ComplexReference.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/ComplexReference.idl')
-rw-r--r--offapi/com/sun/star/sheet/ComplexReference.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/sheet/ComplexReference.idl b/offapi/com/sun/star/sheet/ComplexReference.idl
index 827ddbc4cde1..6e75c6e15e70 100644
--- a/offapi/com/sun/star/sheet/ComplexReference.idl
+++ b/offapi/com/sun/star/sheet/ComplexReference.idl
@@ -31,30 +31,25 @@
#include <com/sun/star/sheet/SingleReference.idl>
-//=============================================================================
module com { module sun { module star { module sheet {
-//=============================================================================
/** contains a reference to a cell range.
*/
struct ComplexReference
{
- //-------------------------------------------------------------------------
/** is the first reference.
*/
SingleReference Reference1;
- //-------------------------------------------------------------------------
/** is the second reference.
*/
SingleReference Reference2;
};
-//=============================================================================
}; }; }; };