diff options
author | Jan Holesovsky <kendy@collabora.com> | 2016-01-05 11:16:51 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-03-18 09:13:56 +0100 |
commit | 94779d7b72037a02e163e88c0832e23cad92ebee (patch) | |
tree | 9f940546d351c589967a75d3c3fc5cbedd924038 /sw/Library_sw.mk | |
parent | 84405da245d7162e7484b2e48553b0eaab5c2a35 (diff) |
mailmerge: Kill SwMailMergeChildWindow.
It was used to return to the Mail Merge wizard after pressing the [Edit
Document] button in the wizard. The wizard pages that had such a button are
gone now, so the childwindow for returning to the wizard can go too.
Change-Id: I53284633979179fd67ed6fd21a2188aa859a8a22
Diffstat (limited to 'sw/Library_sw.mk')
-rw-r--r-- | sw/Library_sw.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/Library_sw.mk b/sw/Library_sw.mk index d912130b450c..3d130cd1c133 100644 --- a/sw/Library_sw.mk +++ b/sw/Library_sw.mk @@ -765,7 +765,6 @@ $(eval $(call gb_Library_add_exception_objects,sw,\ sw/source/uibase/dbui/dbtree \ sw/source/uibase/dbui/dbui \ sw/source/uibase/dbui/maildispatcher \ - sw/source/uibase/dbui/mailmergechildwindow \ sw/source/uibase/dbui/mailmergehelper \ sw/source/uibase/dbui/mailmergetoolbarcontrols \ sw/source/uibase/dbui/mmconfigitem \ |