From b9ffc3591189c54885094fefe477241418f67996 Mon Sep 17 00:00:00 2001 From: dante Date: Wed, 9 Dec 2020 17:14:17 +0100 Subject: FastParser.cxx changes If custom entity list is empty, custon entities by unicode value have to keep working. Succefully loaded: σ σ Change-Id: I46cc5b04bd91d1aaadf3f99cb2079325bb0d08cf Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107498 Tested-by: Jenkins Reviewed-by: Mike Kaganski --- starmath/source/mathmlattr.hxx | 1 - starmath/source/mathmlimport.cxx | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'starmath') diff --git a/starmath/source/mathmlattr.hxx b/starmath/source/mathmlattr.hxx index fba6f3bc4195..104495d2c878 100644 --- a/starmath/source/mathmlattr.hxx +++ b/starmath/source/mathmlattr.hxx @@ -13,7 +13,6 @@ #include #include #include -#include "xparsmlbase.hxx" // MathML 3: 2.1.5.1 Syntax notation used in the MathML specification // diff --git a/starmath/source/mathmlimport.cxx b/starmath/source/mathmlimport.cxx index c06d0043dee7..e68184660850 100644 --- a/starmath/source/mathmlimport.cxx +++ b/starmath/source/mathmlimport.cxx @@ -63,6 +63,7 @@ one go*/ #include #include "mathmlattr.hxx" +#include "xparsmlbase.hxx" #include "mathmlimport.hxx" #include #include -- cgit