summaryrefslogtreecommitdiff
path: root/writerperfect/Library_wpftwriter.mk
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2017-12-01 10:58:05 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2017-12-04 09:06:56 +0100
commit3ed8466b55ace15a28761e06b6bb76ebd8758106 (patch)
tree15ef97033abe22882a78ea7c795b5df95362033d /writerperfect/Library_wpftwriter.mk
parentd1e2205c6ec1b6e4c36192acc2e5b344e2ccc70d (diff)
EPUB export, fixed layout: switch to a metafile-based approach
Trying to guess layout from flat ODF output is an approach that doesn't scale, think of complex documents with split tables, etc. Do it similar to the PDF export instead: take a metafile of each page and use the existing SVG writer to embed it into XHTML. Change-Id: I6e860834beb8025519d3e367f858077ae9e9c006 Reviewed-on: https://gerrit.libreoffice.org/45647 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'writerperfect/Library_wpftwriter.mk')
-rw-r--r--writerperfect/Library_wpftwriter.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/writerperfect/Library_wpftwriter.mk b/writerperfect/Library_wpftwriter.mk
index 5e356304544d..3f0609fc0d9c 100644
--- a/writerperfect/Library_wpftwriter.mk
+++ b/writerperfect/Library_wpftwriter.mk
@@ -36,6 +36,7 @@ $(eval $(call gb_Library_use_libraries,wpftwriter,\
sal \
sfx \
sot \
+ svt \
svx \
tl \
ucbhelper \