summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/sheet/XMultiFormulaTokens.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/XMultiFormulaTokens.idl')
-rw-r--r--offapi/com/sun/star/sheet/XMultiFormulaTokens.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/offapi/com/sun/star/sheet/XMultiFormulaTokens.idl b/offapi/com/sun/star/sheet/XMultiFormulaTokens.idl
index 1844ba132b7b..015158aa90d1 100644
--- a/offapi/com/sun/star/sheet/XMultiFormulaTokens.idl
+++ b/offapi/com/sun/star/sheet/XMultiFormulaTokens.idl
@@ -24,11 +24,9 @@
#include <com/sun/star/sheet/FormulaToken.idl>
#include <com/sun/star/lang/IndexOutOfBoundsException.idl>
-//=============================================================================
module com { module sun { module star { module sheet {
-//=============================================================================
/** gives access to multiple sets of formula tokens.
@@ -42,7 +40,6 @@ module com { module sun { module star { module sheet {
*/
interface XMultiFormulaTokens
{
- //-------------------------------------------------------------------------
/** returns the formula at specified index as sequence of tokens.
@@ -54,7 +51,6 @@ interface XMultiFormulaTokens
sequence< FormulaToken > getTokens( [in] long nIndex )
raises (::com::sun::star::lang::IndexOutOfBoundsException);
- //-------------------------------------------------------------------------
/** sets the formula at specified index as sequence of tokens.
@@ -66,7 +62,6 @@ interface XMultiFormulaTokens
void setTokens( [in] long nIndex, [in] sequence< FormulaToken > aTokens )
raises (::com::sun::star::lang::IndexOutOfBoundsException);
- //-------------------------------------------------------------------------
/** returns the number of formulas allowed in this formula token set.
@@ -75,7 +70,6 @@ interface XMultiFormulaTokens
long getCount();
};
-//=============================================================================
}; }; }; };