summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/sheet/XArrayFormulaTokens.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/XArrayFormulaTokens.idl')
-rw-r--r--offapi/com/sun/star/sheet/XArrayFormulaTokens.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/sheet/XArrayFormulaTokens.idl b/offapi/com/sun/star/sheet/XArrayFormulaTokens.idl
index 3455e50c44bc..47e3a5be5839 100644
--- a/offapi/com/sun/star/sheet/XArrayFormulaTokens.idl
+++ b/offapi/com/sun/star/sheet/XArrayFormulaTokens.idl
@@ -23,23 +23,19 @@
#include <com/sun/star/uno/XInterface.idl>
#include <com/sun/star/sheet/FormulaToken.idl>
-//=============================================================================
module com { module sun { module star { module sheet {
-//=============================================================================
/** gives access to an array formula as token sequence.
*/
interface XArrayFormulaTokens
{
- //-------------------------------------------------------------------------
/** returns the array formula as sequence of tokens.
*/
sequence< FormulaToken > getArrayTokens();
- //-------------------------------------------------------------------------
/** sets the array formula as sequence of tokens.
*/
@@ -47,7 +43,6 @@ interface XArrayFormulaTokens
};
-//=============================================================================
}; }; }; };