From 4afd35f691ffbf369e90e031b17379f52a31c510 Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Wed, 3 Aug 2016 15:14:34 +0200 Subject: use GRAM_API instead of GRAM_PODF_A1 in API context ... which right now is identical but may get corrections in future. Change-Id: Id4e1707afb32a3d8e073705072e5e65105f2a14a --- formula/source/core/api/grammar.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'formula') diff --git a/formula/source/core/api/grammar.cxx b/formula/source/core/api/grammar.cxx index c013f26aa9fd..cc2aec21088a 100644 --- a/formula/source/core/api/grammar.cxx +++ b/formula/source/core/api/grammar.cxx @@ -28,7 +28,7 @@ FormulaGrammar::Grammar FormulaGrammar::mapAPItoGrammar( const bool bEnglish, co if (bEnglish && bXML) eGrammar = GRAM_PODF; else if (bEnglish && !bXML) - eGrammar = GRAM_PODF_A1; + eGrammar = GRAM_API; else if (!bEnglish && bXML) eGrammar = GRAM_NATIVE_ODF; else // (!bEnglish && !bXML) -- cgit