summaryrefslogtreecommitdiff
path: root/sw/CppunitTest_sw_odfexport.mk
diff options
context:
space:
mode:
authorZolnai Tamás <tamas.zolnai@collabora.com>2014-11-16 15:12:54 +0100
committerZolnai Tamás <tamas.zolnai@collabora.com>2014-11-16 20:30:57 +0100
commit286e2f5c6ec829bc0987b1be7016699f7ef03e5e (patch)
tree2fc69714c8ed08cb0827b09b27585676d21ddd21 /sw/CppunitTest_sw_odfexport.mk
parentc454a0cd0cc7b315b1353b151a2e95654df72c69 (diff)
Related fdo#82953: Forget package URL of image after it is loaded
It causes problems if we handle those imported images differently which are identified by a package URL, so after the first load remove this URL and handle images on the same way as inserted images. Some related bugs: * #i44367# * #i124946# * #i114361# * fdo#73270 The image in the test document has a special ID which is different from that one which is generated by LO internally so after ODF export the new generated image URL is different from the imported one. Change-Id: I4e7d3490674c5f86bec5c7c6e1c975dcafd7c265
Diffstat (limited to 'sw/CppunitTest_sw_odfexport.mk')
-rw-r--r--sw/CppunitTest_sw_odfexport.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/sw/CppunitTest_sw_odfexport.mk b/sw/CppunitTest_sw_odfexport.mk
index 080a840aa8ff..97398af0a756 100644
--- a/sw/CppunitTest_sw_odfexport.mk
+++ b/sw/CppunitTest_sw_odfexport.mk
@@ -80,6 +80,10 @@ $(eval $(call gb_CppunitTest_use_components,sw_odfexport,\
xmloff/util/xo \
))
+$(eval $(call gb_CppunitTest_use_custom_headers,sw_odfexport,\
+ officecfg/registry \
+))
+
$(eval $(call gb_CppunitTest_use_configuration,sw_odfexport))
$(eval $(call gb_CppunitTest_use_unittest_configuration,sw_odfexport))