summaryrefslogtreecommitdiff
path: root/starmath/qa
diff options
context:
space:
mode:
authorJan-Marek Glogowski <glogow@fbihome.de>2022-01-09 22:36:20 +0100
committerJan-Marek Glogowski <glogow@fbihome.de>2022-01-10 04:50:46 +0100
commitef5e2d8604b976d352b944c007ae71aa33ffc607 (patch)
treec705ba55199fe71e29ec54a5d4118efc51319852 /starmath/qa
parentb4a281af53efa0c36ee1770e6cf4d800be77a6d2 (diff)
Move HAVE_MORE_FONTS into an extra config header
No need to recompile most of LibreOffice, because the --with-fonts configure flag changed. This preprocessor define is just used by unit tests anyway. Change-Id: Ia2eae7d0c74e59e034fdd8513504a34e51ab428e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128197 Tested-by: Jenkins Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
Diffstat (limited to 'starmath/qa')
-rw-r--r--starmath/qa/cppunit/test_starmath.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/starmath/qa/cppunit/test_starmath.cxx b/starmath/qa/cppunit/test_starmath.cxx
index f3719b886bad..8cc905aed45b 100644
--- a/starmath/qa/cppunit/test_starmath.cxx
+++ b/starmath/qa/cppunit/test_starmath.cxx
@@ -10,6 +10,7 @@
#include <sal/config.h>
#include <config_features.h>
+#include <config_fonts.h>
#include <vcl/print.hxx>
#include <test/bootstrapfixture.hxx>