summaryrefslogtreecommitdiff
path: root/emfio
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 /emfio
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 'emfio')
-rw-r--r--emfio/qa/cppunit/emf/EmfImportTest.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/emfio/qa/cppunit/emf/EmfImportTest.cxx b/emfio/qa/cppunit/emf/EmfImportTest.cxx
index c9d5d17179ef..c436a53ab8e7 100644
--- a/emfio/qa/cppunit/emf/EmfImportTest.cxx
+++ b/emfio/qa/cppunit/emf/EmfImportTest.cxx
@@ -9,6 +9,7 @@
#include <sal/config.h>
#include <config_features.h>
+#include <config_fonts.h>
#include <test/bootstrapfixture.hxx>
#include <test/xmltesttools.hxx>