summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/XCellRangeFormula.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/XCellRangeFormula.idl')
-rw-r--r--offapi/com/sun/star/sheet/XCellRangeFormula.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/sheet/XCellRangeFormula.idl b/offapi/com/sun/star/sheet/XCellRangeFormula.idl
index 24f458d63f43..86b24208ed8c 100644
--- a/offapi/com/sun/star/sheet/XCellRangeFormula.idl
+++ b/offapi/com/sun/star/sheet/XCellRangeFormula.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/uno/XInterface.idl>
-//=============================================================================
module com { module sun { module star { module sheet {
-//=============================================================================
/** allows to get and set cell contents (values, text or formulas)
for a cell range.
@@ -62,7 +60,6 @@ published interface XCellRangeFormula: com::sun::star::uno::XInterface
void setFormulaArray( [in] sequence< sequence< string > > aArray );
};
-//=============================================================================
}; }; }; };
#endif