summaryrefslogtreecommitdiff
path: root/sw/ooxmlexport_setup.mk
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-05-18 13:33:38 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-05-18 15:50:03 +0100
commitecb6931da61d73a9ac17aabed8f94cf74000edfa (patch)
tree2208b620e987ff15cda4a01804d5632a35c71a1d /sw/ooxmlexport_setup.mk
parent775fd7f613ae955d144aa77852ff7ed4eae44897 (diff)
don't fail on export of ooo96040-2.odt to docx
If we want to close a cell of a table which encloses another table, then close that enclosed table first. These are pretty pathalogical old-school tables. For now assume this can only occur when the row of the enclosed table is cleanly closed and assert if that isn't the case. Change-Id: I28e4d40072cb8d92be361716e82574075b15dd89
Diffstat (limited to 'sw/ooxmlexport_setup.mk')
-rw-r--r--sw/ooxmlexport_setup.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/ooxmlexport_setup.mk b/sw/ooxmlexport_setup.mk
index 5a0cc3b2ef20..a3a2182cd9c4 100644
--- a/sw/ooxmlexport_setup.mk
+++ b/sw/ooxmlexport_setup.mk
@@ -30,6 +30,7 @@ define sw_ooxmlexport_components
chart2/source/controller/chartcontroller \
comphelper/util/comphelp \
configmgr/source/configmgr \
+ dbaccess/util/dba \
drawinglayer/drawinglayer \
embeddedobj/util/embobj \
filter/source/config/cache/filterconfig1 \