summaryrefslogtreecommitdiff
path: root/sw/Library_msword.mk
diff options
context:
space:
mode:
authorSzymon Kłos <szymon.klos@collabora.com>2017-05-02 18:02:20 +0200
committerSzymon Kłos <szymon.klos@collabora.com>2017-05-03 20:05:29 +0200
commitacfda3dd7cab2a27780a162310bd8a457f9bfa33 (patch)
tree8dd23edf17e9d3840351f7fe8354f130be3e89f6 /sw/Library_msword.mk
parent946f3f491d3f7e47be6c5b943e725009b4cf2d16 (diff)
AutoText: first tests & windows fix
First tests for AutoText DOCX import: + checking if nothing will be imported when there is no AutoText, only normal content + checking count of loaded entries + checking names of entries + checking first and last paragraph Windows fix: Added swdocxreader to msword library Change-Id: I3cf02572dd85e72b1566ce523e373753a4bd346c Reviewed-on: https://gerrit.libreoffice.org/37176 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
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 3f14c215f62f..c468fbdc8e43 100644
--- a/sw/Library_msword.mk
+++ b/sw/Library_msword.mk
@@ -70,6 +70,7 @@ $(eval $(call gb_Library_use_externals,msword,\
))
$(eval $(call gb_Library_add_exception_objects,msword,\
+ sw/source/filter/docx/swdocxreader \
sw/source/filter/rtf/swparrtf \
sw/source/filter/ww8/docxattributeoutput \
sw/source/filter/ww8/docxexport \