summaryrefslogtreecommitdiffstats
path: root/writerfilter/Module_writerfilter.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-03-01 22:05:51 +0100
committerMichael Stahl <mstahl@redhat.com>2014-03-03 13:53:22 +0100
commit3dc548476c7e88f7a67cc38daf622631a34e34dd (patch)
tree3e2997da22b671eb176e9c4c2bc5d86e0c14b3bf /writerfilter/Module_writerfilter.mk
parentRTF import: fix paragraphs in header/footer (diff)
downloadcore-3dc548476c7e88f7a67cc38daf622631a34e34dd.tar.gz
core-3dc548476c7e88f7a67cc38daf622631a34e34dd.zip
writerfilter: salvage a field parameter parsing train wreck
Field parameters get horribly maimed by lcl_ExtractParameter which clearly has never worked in its 7 years of existence (and looking at the inanity at the call sites makes one wonder what the author was smoking). The format is actually quite annoying, since spaces between parameters are optional. The old RTF filter was at least able to parse "PAGEREF bookmark" fields, so this fixes such regressions (related: rhbz#1065629). Change-Id: I9b2e32c3c7264be0fc1077cb8fb3f1bc5c1955bb
Diffstat (limited to 'writerfilter/Module_writerfilter.mk')
-rw-r--r--writerfilter/Module_writerfilter.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/writerfilter/Module_writerfilter.mk b/writerfilter/Module_writerfilter.mk
index 783b6ca33137..2fcb9e691078 100644
--- a/writerfilter/Module_writerfilter.mk
+++ b/writerfilter/Module_writerfilter.mk
@@ -16,6 +16,7 @@ $(eval $(call gb_Module_add_targets,writerfilter,\
$(eval $(call gb_Module_add_slowcheck_targets,writerfilter,\
CppunitTest_writerfilter_rtftok \
+ CppunitTest_writerfilter_misc \
))
# vim: set noet sw=4 ts=4: