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-04 13:21:10 +0200
commit020b390bb53c8026ecad8ffd1baf1fd11b3c4ae7 (patch)
tree1d2e468bcd33f4e272ee5a87a5891531f9401760 /sw/Library_msword.mk
parentd543b1e92d7e8f6e6a1d55c5f3c904fe1ecc0e6e (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 ca4975049857..ff5c84cadc02 100644
--- a/sw/Library_msword.mk
+++ b/sw/Library_msword.mk
@@ -71,6 +71,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 \