summaryrefslogtreecommitdiff
path: root/sw/Library_msword.mk
diff options
context:
space:
mode:
Diffstat (limited to 'sw/Library_msword.mk')
-rw-r--r--sw/Library_msword.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/sw/Library_msword.mk b/sw/Library_msword.mk
index 530fa53908b7..507802ecdc47 100644
--- a/sw/Library_msword.mk
+++ b/sw/Library_msword.mk
@@ -57,6 +57,9 @@ $(eval $(call gb_Library_add_linked_libs,msword,\
icuuc \
msfilter \
sal \
+ sax \
+ sb \
+ oox \
sfx \
sot \
stl \
@@ -80,6 +83,9 @@ $(eval $(call gb_Library_add_exception_objects,msword,\
sw/source/filter/rtf/rtfnum \
sw/source/filter/rtf/rtftbl \
sw/source/filter/rtf/swparrtf \
+ sw/source/filter/ww8/docxattributeoutput \
+ sw/source/filter/ww8/docxexport \
+ sw/source/filter/ww8/docxexportfilter \
sw/source/filter/ww8/rtfattributeoutput \
sw/source/filter/ww8/rtfexport \
sw/source/filter/ww8/rtfexportfilter \
@@ -111,6 +117,7 @@ $(eval $(call gb_Library_add_exception_objects,msword,\
sw/source/filter/ww8/ww8par5 \
sw/source/filter/ww8/ww8par6 \
sw/source/filter/ww8/ww8scan \
+ sw/source/filter/ww8/ww8toolbar \
))
# vim: set noet sw=4 ts=4: