summaryrefslogtreecommitdiff
path: root/sw/ooxmlexport_setup.mk
diff options
context:
space:
mode:
authorJustin Luth <justin_luth@sil.org>2016-10-07 13:44:01 +0300
committerJustin Luth <justin_luth@sil.org>2016-10-11 05:09:49 +0000
commit086550313260d9fa45b91dc705b21bb9b51ce0b8 (patch)
tree4c5dea7564b7f0b6447ee37ebd749a961271fbe3 /sw/ooxmlexport_setup.mk
parent91d406f5afb6e08f418d14761beb4a5af5783275 (diff)
move round-tripables to ooxmlexport
This serves two purposes. It helps to prevent regressions and it allows focus on features that still don't export properly. The standard .mk file had trouble on the Mac, so I ended up copying ooxmlimport.mk instead of trying to tweak the export template. The huge section of tests excluded from Win32 testing is still excluded here. The ole-anchor test works as export in the import code, but didn't work from the ooxmlexport directory, so left that one as import only. Change-Id: I9d72202c577940ba94855096c5a11d4dec4790a5 Reviewed-on: https://gerrit.libreoffice.org/29588 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Justin Luth <justin_luth@sil.org>
Diffstat (limited to 'sw/ooxmlexport_setup.mk')
-rw-r--r--sw/ooxmlexport_setup.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/ooxmlexport_setup.mk b/sw/ooxmlexport_setup.mk
index da06f1a37bf0..91ffc4b431f0 100644
--- a/sw/ooxmlexport_setup.mk
+++ b/sw/ooxmlexport_setup.mk
@@ -20,6 +20,7 @@ define sw_ooxmlexport_libraries
unotest \
utl \
vcl \
+ svxcore \
$(gb_UWINAPI)
endef