summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/FormulaLanguage.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/FormulaLanguage.idl')
-rw-r--r--offapi/com/sun/star/sheet/FormulaLanguage.idl7
1 files changed, 5 insertions, 2 deletions
diff --git a/offapi/com/sun/star/sheet/FormulaLanguage.idl b/offapi/com/sun/star/sheet/FormulaLanguage.idl
index edd79c0355bd..70d357863a5e 100644
--- a/offapi/com/sun/star/sheet/FormulaLanguage.idl
+++ b/offapi/com/sun/star/sheet/FormulaLanguage.idl
@@ -51,10 +51,13 @@ constants FormulaLanguage
const long NATIVE = 3;
/** Function names and operators as used in the English version of
- Excel. This formula language is also used in VBA formulas and
- OOXML import/export.
+ Excel. This formula language is also used in VBA formulas.
*/
const long XL_ENGLISH = 4;
+
+ /** Function names and operators as used in OOXML.
+ */
+ const long OOXML = 5;
};