summaryrefslogtreecommitdiff
path: root/starmath/CppunitTest_starmath_import.mk
diff options
context:
space:
mode:
authorKhaled Hosny <khaled@libreoffice.org>2023-08-31 14:54:52 +0300
committerخالد حسني <khaled@libreoffice.org>2023-08-31 20:41:00 +0200
commit626d17a8ec270937575e9684a325eb0669327a25 (patch)
tree1a0a440d5bbe3a170bb8186bbbe8be98e010f467 /starmath/CppunitTest_starmath_import.mk
parent5b205d2b3946acd79dcb8f5abed88a0bd8afaef4 (diff)
tdf#143213: Fix reading math font settings from file
The order of reading the settings is significant, e.g. if font italic was read first then font name, font name would set a new font overriding the italic setting. We now collect all font settings and apply them at once. Change-Id: Idb32d7d416607011bc325eff0b73c03b2d12e7d3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156352 Tested-by: Jenkins Reviewed-by: خالد حسني <khaled@libreoffice.org>
Diffstat (limited to 'starmath/CppunitTest_starmath_import.mk')
-rw-r--r--starmath/CppunitTest_starmath_import.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/starmath/CppunitTest_starmath_import.mk b/starmath/CppunitTest_starmath_import.mk
index 15c9053facfb..0139b590bac6 100644
--- a/starmath/CppunitTest_starmath_import.mk
+++ b/starmath/CppunitTest_starmath_import.mk
@@ -19,6 +19,7 @@ $(eval $(call gb_CppunitTest_use_external,starmath_import,boost_headers))
$(eval $(call gb_CppunitTest_use_sdk_api,starmath_import))
$(eval $(call gb_CppunitTest_add_exception_objects,starmath_import,\
+ starmath/qa/cppunit/test_import \
starmath/qa/extras/mmlimport-test \
))