calc-grammar-xls-english-offapi.diff: Support Excel English grammar

Support Excel English grammar needed for VBA and (probably) for xlsx filter.
This commit is contained in:
Kohei Yoshida 2010-09-16 09:01:06 +02:00 committed by Fridrich Štrba
parent 3ef384b860
commit 0906c3ead2

View file

@ -60,6 +60,10 @@ constants FormulaLanguage
*/
const long NATIVE = 3;
/** Function names and operators as used in the English version of
Excel.
*/
const long XL_ENGLISH = 4;
};
//=============================================================================