summaryrefslogtreecommitdiff
path: root/sw/CppunitTest_sw_uiwriter.mk
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2018-03-28 15:00:10 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-03-28 17:55:17 +0200
commit6a189b2ac72d5fb83199bdb09e41f7d088440cc9 (patch)
tree980a682eb9435c5573d794dac97ea6a1451f4c6f /sw/CppunitTest_sw_uiwriter.mk
parente74578ed67d42036646fb575a3c3d5d50147abc0 (diff)
tdf#108122 HTML export: fix lost images on copy
As in the copy part of copy&paste. The problem was that the document has an empty base URL during copy, and this was images were not exported at all. An alternative fix would be to use embedded images, but sadly Word's HTML import doesn't understand that markup, so use tempfiles instead. Change-Id: Iab8c555ac244d943c4958f24f8ac61cba4ec3aba Reviewed-on: https://gerrit.libreoffice.org/52003 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'sw/CppunitTest_sw_uiwriter.mk')
-rw-r--r--sw/CppunitTest_sw_uiwriter.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/CppunitTest_sw_uiwriter.mk b/sw/CppunitTest_sw_uiwriter.mk
index b657e1999e6c..05ce1b5c90d8 100644
--- a/sw/CppunitTest_sw_uiwriter.mk
+++ b/sw/CppunitTest_sw_uiwriter.mk
@@ -45,6 +45,8 @@ $(eval $(call gb_CppunitTest_set_include,sw_uiwriter,\
-I$(SRCDIR)/sw/inc \
-I$(SRCDIR)/sw/source/core/inc \
-I$(SRCDIR)/sw/source/uibase/inc \
+ -I$(SRCDIR)/sw/source/filter/inc \
+ -I$(SRCDIR)/sw/source/filter/html \
-I$(SRCDIR)/sw/qa/extras/inc \
$$(INCLUDE) \
))