summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/XCellRangeData.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/XCellRangeData.idl')
-rw-r--r--offapi/com/sun/star/sheet/XCellRangeData.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/sheet/XCellRangeData.idl b/offapi/com/sun/star/sheet/XCellRangeData.idl
index 81c5ac92a976..3f4318e2e91d 100644
--- a/offapi/com/sun/star/sheet/XCellRangeData.idl
+++ b/offapi/com/sun/star/sheet/XCellRangeData.idl
@@ -21,10 +21,8 @@
#include <com/sun/star/uno/XInterface.idl>
-//=============================================================================
module com { module sun { module star { module sheet {
-//=============================================================================
/** allows to get and set an array of data from a cell range.
<p>The outer sequence represents the rows and the inner sequence
@@ -52,7 +50,6 @@ published interface XCellRangeData: com::sun::star::uno::XInterface
void setDataArray( [in] sequence< sequence< any > > aArray );
};
-//=============================================================================
}; }; }; };
#endif