summaryrefslogtreecommitdiff
path: root/sw/CppunitTest_sw_mailmerge.mk
diff options
context:
space:
mode:
authorJan-Marek Glogowski <glogow@fbihome.de>2016-10-04 10:13:24 +0000
committerJan-Marek Glogowski <glogow@fbihome.de>2016-11-25 16:27:06 +0100
commitbbf246e40c7814bfc4038d456d388d1f90048287 (patch)
treec2c1d4cced69abc186de3f5ecf95eefe956af3f8 /sw/CppunitTest_sw_mailmerge.mk
parent660159a68acd54a8f213920457c1aeed79cffea5 (diff)
tdf#102010 Never overwrite MM files via UNO
Fixes the regression introduced by commit e637b6743a506ef74c93ccbe15ab6642f3baa34f This commit removed the crazy bSubjectIsFilename handling, where I didn't understood the case of bSubjectIsFilename and a user supplied prefix. Mail merge to files never overwrites an existing document, but there is the special case, when a user selects a target filename in the MM dialog for single file MM. Should be fixed by a successive commmit, reverting this and removing an existing file before starting the MM job. Change-Id: Idda487023e6984de9c1e701fc088a6b7f92e9847
Diffstat (limited to 'sw/CppunitTest_sw_mailmerge.mk')
-rw-r--r--sw/CppunitTest_sw_mailmerge.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/CppunitTest_sw_mailmerge.mk b/sw/CppunitTest_sw_mailmerge.mk
index 693a5e2aa7df..8d2a3f8ac75e 100644
--- a/sw/CppunitTest_sw_mailmerge.mk
+++ b/sw/CppunitTest_sw_mailmerge.mk
@@ -21,6 +21,7 @@ $(eval $(call gb_CppunitTest_use_libraries,sw_mailmerge, \
sfx \
sw \
test \
+ tl \
unotest \
utl \
))