summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/sheet/XArrayFormulaRange.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/XArrayFormulaRange.idl')
-rw-r--r--offapi/com/sun/star/sheet/XArrayFormulaRange.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/sheet/XArrayFormulaRange.idl b/offapi/com/sun/star/sheet/XArrayFormulaRange.idl
index a7c43f71f334..d3ed4ba0a2a2 100644
--- a/offapi/com/sun/star/sheet/XArrayFormulaRange.idl
+++ b/offapi/com/sun/star/sheet/XArrayFormulaRange.idl
@@ -22,24 +22,20 @@
#include <com/sun/star/uno/XInterface.idl>
-//=============================================================================
module com { module sun { module star { module sheet {
-//=============================================================================
/** provides handling of array formulas in a cell range.
*/
published interface XArrayFormulaRange: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** returns the array formula of the range or an empty string, if the
range does not contain an array formula.
*/
string getArrayFormula();
- //-------------------------------------------------------------------------
/** applies the array formula to the entire cell range.
@@ -51,7 +47,6 @@ published interface XArrayFormulaRange: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };