summaryrefslogtreecommitdiff
path: root/oox/Module_oox.mk
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2019-12-02 21:01:19 +0100
committerMiklos Vajna <vmiklos@collabora.com>2019-12-03 09:22:41 +0100
commitca7004569b39721c3e7247551a43d544fd3204fe (patch)
treea96e2b13c52007b3373a1b30ae124a7646c44f96 /oox/Module_oox.mk
parentc6553564a858a65a74c8727f08ae737c35b81a08 (diff)
tdf#128429 VML import: let mso-layout-flow-alt:bottom-to-top imply vertical
Normally layout flow is set to vertical to denote TBRL, and then optionally there is a layout flow alt to denote BTLR, but the bugdoc shows that the first may be missing. So map to BTLR even in case only the alt layout flow is found in the file. Change-Id: I06fce738fca9aedc0de90ccebda3a24e99425326 Reviewed-on: https://gerrit.libreoffice.org/84275 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'oox/Module_oox.mk')
-rw-r--r--oox/Module_oox.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/oox/Module_oox.mk b/oox/Module_oox.mk
index 6078a7e24c0c..a40c46aaebbc 100644
--- a/oox/Module_oox.mk
+++ b/oox/Module_oox.mk
@@ -27,6 +27,7 @@ $(eval $(call gb_Module_add_check_targets,oox,\
CppunitTest_oox_crypto \
CppunitTest_oox_mathml \
CppunitTest_oox_drawingml \
+ CppunitTest_oox_vml \
))
# vim: set noet sw=4 ts=4: