summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/sheet/XFormulaTokens.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/XFormulaTokens.idl')
-rw-r--r--offapi/com/sun/star/sheet/XFormulaTokens.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/sheet/XFormulaTokens.idl b/offapi/com/sun/star/sheet/XFormulaTokens.idl
index ab41f6373b75..d38b2bae97a9 100644
--- a/offapi/com/sun/star/sheet/XFormulaTokens.idl
+++ b/offapi/com/sun/star/sheet/XFormulaTokens.idl
@@ -32,23 +32,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 a formula as token sequence.
*/
interface XFormulaTokens
{
- //-------------------------------------------------------------------------
/** returns the formula as sequence of tokens.
*/
sequence< FormulaToken > getTokens();
- //-------------------------------------------------------------------------
/** sets the formula as sequence of tokens.
*/
@@ -56,7 +52,6 @@ interface XFormulaTokens
};
-//=============================================================================
}; }; }; };