summaryrefslogtreecommitdiff
path: root/writerfilter/Library_ooxml.mk
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2011-05-04 14:31:03 +0200
committerLuboš Luňák <l.lunak@suse.cz>2011-05-04 14:35:28 +0200
commit8fa1a0874765ea7db57e496f1d92731b9ab09280 (patch)
treee75067849f104807dd551509a22a490cfdb181b2 /writerfilter/Library_ooxml.mk
parent57c96a616a3e79d6ebef6949dbe769f60a3581aa (diff)
read wp:positionOffset, wp:alignV and wp:alignH properly (bnc#513579)
A pretty hackish way (see the comment), but I haven't managed to find out if there's a proper way to read it.
Diffstat (limited to 'writerfilter/Library_ooxml.mk')
-rw-r--r--writerfilter/Library_ooxml.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/writerfilter/Library_ooxml.mk b/writerfilter/Library_ooxml.mk
index 13aeb210de21..053c1d59d7aa 100644
--- a/writerfilter/Library_ooxml.mk
+++ b/writerfilter/Library_ooxml.mk
@@ -31,6 +31,7 @@ $(eval $(call gb_Library_set_include,ooxml,\
$$(INCLUDE) \
-I$(realpath $(SRCDIR)/writerfilter/inc) \
-I$(realpath $(SRCDIR)/writerfilter/source/ooxml) \
+ -I$(realpath $(SRCDIR)/writerfilter/source/dmapper) \
-I$(WORKDIR)/writerfilter/inc \
-I$(WORKDIR)/writerfilter/inc/ooxml \
$(if $(filter YES,$(SYSTEM_LIBXML)),$(filter -I%,$(LIBXML_CFLAGS))) \