diff options
author | Vort <vvort@yandex.ru> | 2015-01-21 08:39:08 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-01-21 15:32:25 +0000 |
commit | df54862ec61c81a39b7ccfadc292b5bf859f45fa (patch) | |
tree | 273f03834537fe0a401696082e80e2ce681ca4d2 /RepositoryExternal.mk | |
parent | 6acd5c45c764d81aea1539e66adbfadb51df0aa3 (diff) |
fdo#85174 PDF Import: fix character positions without modifying poppler
Change-Id: I4ec6409e8fa13161c5cd37fcae2055b4bc5ecfd4
Reviewed-on: https://gerrit.libreoffice.org/14066
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'RepositoryExternal.mk')
-rw-r--r-- | RepositoryExternal.mk | 4 |
1 files changed, 0 insertions, 4 deletions
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) \ |