summaryrefslogtreecommitdiff
path: root/sw/qa/extras/ww8export
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 /sw/qa/extras/ww8export
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 'sw/qa/extras/ww8export')
-rw-r--r--sw/qa/extras/ww8export/ww8export.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/qa/extras/ww8export/ww8export.cxx b/sw/qa/extras/ww8export/ww8export.cxx
index 19dffc946001..5e316eff4202 100644
--- a/sw/qa/extras/ww8export/ww8export.cxx
+++ b/sw/qa/extras/ww8export/ww8export.cxx
@@ -39,6 +39,7 @@
#include <com/sun/star/text/XPageCursor.hpp>
#include <config_features.h>
+#include <config_fonts.h>
#include <editeng/ulspitem.hxx>
#include <sfx2/bindings.hxx>
#include <sfx2/request.hxx>