summaryrefslogtreecommitdiff
path: root/sw/Library_msword.mk
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2013-12-13 15:53:33 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2013-12-13 17:44:56 +0100
commit984c3b733fe3b118f6e4b855fa8a6396fe194f8e (patch)
tree5cea9fb6c19e9a2dc34570ae3bc130eafdede081 /sw/Library_msword.mk
parentcabd8725dbd2a1602c6e687788492e5177f5a3e9 (diff)
Factor out DocxSdrExport from DocxAttributeOutput
DocxAttributeOutput is getting huge, and the drawing-related functionality is an obvious subset the can be separated from the rest of the calls. Move most of that into the new DocxSdrExport. Change-Id: I6e5c750e2bef07730c97fd018f042883721ac410
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 069795b4a005..336f26772d35 100644
--- a/sw/Library_msword.mk
+++ b/sw/Library_msword.mk
@@ -78,6 +78,7 @@ $(eval $(call gb_Library_add_exception_objects,msword,\
sw/source/filter/ww8/docxattributeoutput \
sw/source/filter/ww8/docxexport \
sw/source/filter/ww8/docxexportfilter \
+ sw/source/filter/ww8/docxsdrexport \
sw/source/filter/ww8/docxtablestyleexport \
sw/source/filter/ww8/rtfattributeoutput \
sw/source/filter/ww8/rtfexport \