summaryrefslogtreecommitdiff
path: root/sw/Library_msword.mk
diff options
context:
space:
mode:
authorLászló Németh <nemeth@numbertext.org>2020-08-11 19:32:52 +0200
committerLászló Németh <nemeth@numbertext.org>2020-08-12 09:40:46 +0200
commitd42776e01b87f12fddbcf78101bca1e10a6e4f97 (patch)
tree33e276b4888864e3fc2f24aa5d7a3d30b139ab9c /sw/Library_msword.mk
parent53e745b4d2450a80485273f96abe4f8e6479972b (diff)
tdf#118682 DOCX: export formula fields
Convert also cell references by removing parenthesization: =<A1>+<B1> -> =A1*B1 =SUM(<A1:ZZ99> -> =SUM(A1:ZZ99) See tdf#133647 for fixing import of cell references. Change-Id: I5082198aaf8230989f99984f8129b54867b77859 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100546 Tested-by: Jenkins Reviewed-by: László Németh <nemeth@numbertext.org>
Diffstat (limited to 'sw/Library_msword.mk')
-rw-r--r--sw/Library_msword.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/Library_msword.mk b/sw/Library_msword.mk
index 7433a839b303..74c66073c83f 100644
--- a/sw/Library_msword.mk
+++ b/sw/Library_msword.mk
@@ -68,6 +68,7 @@ $(eval $(call gb_Library_use_libraries,msword,\
$(eval $(call gb_Library_use_externals,msword,\
boost_headers \
+ icui18n \
icuuc \
icu_headers \
libxml2 \