From df54862ec61c81a39b7ccfadc292b5bf859f45fa Mon Sep 17 00:00:00 2001 From: Vort Date: Wed, 21 Jan 2015 08:39:08 +0200 Subject: fdo#85174 PDF Import: fix character positions without modifying poppler MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I4ec6409e8fa13161c5cd37fcae2055b4bc5ecfd4 Reviewed-on: https://gerrit.libreoffice.org/14066 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- RepositoryExternal.mk | 4 ---- 1 file changed, 4 deletions(-) (limited to 'RepositoryExternal.mk') diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk index 1968fe1a774b..5799da2a6ed5 100644 --- a/RepositoryExternal.mk +++ b/RepositoryExternal.mk @@ -2628,10 +2628,6 @@ endif # ENABLE_VALGRIND ifneq ($(SYSTEM_POPPLER),) define gb_LinkTarget__use_poppler -$(call gb_LinkTarget_add_defs,$(1),\ - -DSYSTEM_POPPLER_HEADERS \ -) - $(call gb_LinkTarget_set_include,$(1),\ $(POPPLER_CFLAGS) \ $$(INCLUDE) \ -- cgit