summaryrefslogtreecommitdiff
path: root/sw/CppunitTest_sw_htmlexport.mk
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2020-04-30 12:40:24 +0200
committerMiklos Vajna <vmiklos@collabora.com>2020-04-30 13:20:15 +0200
commit1392fd6a7eaf9f507639096984c2a0108f254795 (patch)
treed8168e8dfcae0a7de14d0eefe4e5eea54c95c5af /sw/CppunitTest_sw_htmlexport.mk
parente00c87caa399d37426d839f5264a747c115d0b12 (diff)
sw reqif-xhtml export, embedded objects: handle Ole10Native stream
Normally the embedded object has some OLE2 native data, and we insert our OLE1 header before that. But in case the OLE2 data already has an Ole10Native stream, then don't create an OLE1-in-OLE2-in-OLE1 output: it's pointless and some consumers have trouble parsing that. Change-Id: Ifc8b37494f97da89ce66a147e08a49eaa2f7ae1e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93200 Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins
Diffstat (limited to 'sw/CppunitTest_sw_htmlexport.mk')
-rw-r--r--sw/CppunitTest_sw_htmlexport.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/CppunitTest_sw_htmlexport.mk b/sw/CppunitTest_sw_htmlexport.mk
index 957152c7fd8b..c85c5b8212cd 100644
--- a/sw/CppunitTest_sw_htmlexport.mk
+++ b/sw/CppunitTest_sw_htmlexport.mk
@@ -22,6 +22,7 @@ $(eval $(call gb_CppunitTest_use_libraries,sw_htmlexport, \
cppu \
cppuhelper \
i18nlangtag \
+ msfilter \
sal \
sfx \
sw \