summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/sheet/XFormulaParser.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/XFormulaParser.idl')
-rw-r--r--offapi/com/sun/star/sheet/XFormulaParser.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/sheet/XFormulaParser.idl b/offapi/com/sun/star/sheet/XFormulaParser.idl
index a45c1d129023..1ed27c8179b4 100644
--- a/offapi/com/sun/star/sheet/XFormulaParser.idl
+++ b/offapi/com/sun/star/sheet/XFormulaParser.idl
@@ -33,17 +33,14 @@
#include <com/sun/star/sheet/FormulaToken.idl>
#include <com/sun/star/table/CellAddress.idl>
-//=============================================================================
module com { module sun { module star { module sheet {
-//=============================================================================
/** converts between text and token representations of formulas.
*/
interface XFormulaParser
{
- //-------------------------------------------------------------------------
/** parses a formula into a sequence of tokens.
*/
@@ -51,7 +48,6 @@ interface XFormulaParser
[in] string aFormula,
[in] ::com::sun::star::table::CellAddress aReferencePos );
- //-------------------------------------------------------------------------
/** converts a formula into a string.
*/
@@ -61,7 +57,6 @@ interface XFormulaParser
};
-//=============================================================================
}; }; }; };