From e9275c08acc2f4f1c925f78b56a1089515cd9a37 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Mon, 26 Aug 2013 11:35:48 +0200 Subject: bnc#834035 DOCX export: fix hyperlinks of illustration index We used to export raw Writer bookmarks, but that's not valid in OOXML. Instead, it has normal bookmarks around the sequence fields, so use them if they are available. Change-Id: I0ef2ff7967c2802b53752c9505ef6db4cc2b8265 --- sw/CppunitTest_sw_ooxmlexport.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'sw/CppunitTest_sw_ooxmlexport.mk') diff --git a/sw/CppunitTest_sw_ooxmlexport.mk b/sw/CppunitTest_sw_ooxmlexport.mk index e96961fade5b..2e90beca897c 100644 --- a/sw/CppunitTest_sw_ooxmlexport.mk +++ b/sw/CppunitTest_sw_ooxmlexport.mk @@ -76,6 +76,7 @@ $(eval $(call gb_CppunitTest_use_components,sw_ooxmlexport,\ ucb/source/ucp/file/ucpfile1 \ unotools/util/utl \ unoxml/source/service/unoxml \ + uui/util/uui \ writerfilter/util/writerfilter \ xmloff/util/xo \ )) -- cgit