diff options
Diffstat (limited to 'offapi/com')
-rw-r--r-- | offapi/com/sun/star/sheet/FormulaLanguage.idl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/offapi/com/sun/star/sheet/FormulaLanguage.idl b/offapi/com/sun/star/sheet/FormulaLanguage.idl index f642d87e094d..74c1fe9d4b14 100644 --- a/offapi/com/sun/star/sheet/FormulaLanguage.idl +++ b/offapi/com/sun/star/sheet/FormulaLanguage.idl @@ -61,7 +61,8 @@ constants FormulaLanguage const long NATIVE = 3; /** Function names and operators as used in the English version of - Excel. + Excel. This formula language is also used in VBA formulas and + OOXML import/export. */ const long XL_ENGLISH = 4; }; |