summaryrefslogtreecommitdiff
path: root/writerfilter/Library_writerfilter.mk
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2016-02-23 09:13:40 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2016-02-23 09:14:36 +0100
commit6f94cab9c43f88624b58a47ad03ad5f87032595d (patch)
treea2b0e4843d81befabcf929e3b5cd94b1b21a58f4 /writerfilter/Library_writerfilter.mk
parent4f6e3108d9b9b67f21d11d597f2e607acafabd72 (diff)
tdf#59699 RTF import: handle INCLUDEPICTURE field
On one hand, don't handle a fieldmark for it in dmapper. On the other hand, handle the field in the RTF tokenizer as it would be {\pict ...hexdump... }, that will result in an inline picture, as wanted. Change-Id: I554fdf017920350144300fd86617bf74eed8995b
Diffstat (limited to 'writerfilter/Library_writerfilter.mk')
-rw-r--r--writerfilter/Library_writerfilter.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/writerfilter/Library_writerfilter.mk b/writerfilter/Library_writerfilter.mk
index 792b1620b8dd..8d3508d2d95e 100644
--- a/writerfilter/Library_writerfilter.mk
+++ b/writerfilter/Library_writerfilter.mk
@@ -21,6 +21,7 @@ $(eval $(call gb_Library_set_include,writerfilter,\
$$(INCLUDE) \
-I$(SRCDIR)/writerfilter/inc \
-I$(SRCDIR)/writerfilter/source \
+ -I$(SRCDIR)/writerfilter/source/dmapper \
))
$(eval $(call gb_Library_use_sdk_api,writerfilter))