summaryrefslogtreecommitdiffstats
path: root/sw/ooxmlexport_setup.mk
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-12-02 17:00:17 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-12-02 17:16:17 +0100
commit08e5fc257fa8c106be34bb034ebe5e00b6fcf711 (patch)
treeedcc122c1591380c63957436837818e5d94a97e5 /sw/ooxmlexport_setup.mk
parentsw: initial SwRDFHelper (diff)
downloadcore-08e5fc257fa8c106be34bb034ebe5e00b6fcf711.tar.gz
core-08e5fc257fa8c106be34bb034ebe5e00b6fcf711.zip
DOCX export: handle <w:smartTag>
A Writer document can have multiple arbitrary RDF graphs, handle the following subset: - instead of handling all graphs, have a whitelist, look at the TSCP graph the DOCX importer creates - look for (paragraph, key, value) statements and export those Change-Id: I142c24fb4c8140bde5fc1efad2932886de167b90
Diffstat (limited to 'sw/ooxmlexport_setup.mk')
-rw-r--r--sw/ooxmlexport_setup.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/ooxmlexport_setup.mk b/sw/ooxmlexport_setup.mk
index a3a2182cd9c4..c8cfc9f4d205 100644
--- a/sw/ooxmlexport_setup.mk
+++ b/sw/ooxmlexport_setup.mk
@@ -58,7 +58,9 @@ define sw_ooxmlexport_components
toolkit/util/tk \
ucb/source/core/ucb1 \
ucb/source/ucp/file/ucpfile1 \
+ ucb/source/ucp/tdoc/ucptdoc1 \
unotools/util/utl \
+ unoxml/source/rdf/unordf \
unoxml/source/service/unoxml \
uui/util/uui \
writerfilter/util/writerfilter \