From acfda3dd7cab2a27780a162310bd8a457f9bfa33 Mon Sep 17 00:00:00 2001 From: Szymon Kłos Date: Tue, 2 May 2017 18:02:20 +0200 Subject: AutoText: first tests & windows fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Szymon Kłos --- sw/Library_sw.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'sw/Library_sw.mk') diff --git a/sw/Library_sw.mk b/sw/Library_sw.mk index 6b99a22983cb..3c6c671efeb2 100644 --- a/sw/Library_sw.mk +++ b/sw/Library_sw.mk @@ -499,7 +499,6 @@ $(eval $(call gb_Library_add_exception_objects,sw,\ sw/source/filter/basflt/fltshell \ sw/source/filter/basflt/iodetect \ sw/source/filter/basflt/shellio \ - sw/source/filter/docx/swdocxreader \ sw/source/filter/html/SwAppletImpl \ sw/source/filter/html/css1atr \ sw/source/filter/html/css1kywd \ -- cgit