Kaydet (Commit) a5dc0463 authored tarafından Caolán McNamara's avatar Caolán McNamara

fix mailmerge output as plain text, explicitly pick correct .txt export filter

Change-Id: Ie277dc58d9e562ffa2a0edd17c18aafe4f4bd4de
üst 03f7d969
...@@ -1084,7 +1084,11 @@ IMPL_LINK(SwMailMergeOutputPage, SendDocumentsHdl_Impl, PushButton*, pButton) ...@@ -1084,7 +1084,11 @@ IMPL_LINK(SwMailMergeOutputPage, SendDocumentsHdl_Impl, PushButton*, pButton)
} }
break; break;
case MM_DOCTYPE_TEXT: case MM_DOCTYPE_TEXT:
{
bAsBody = true; bAsBody = true;
pSfxFlt = pFilterContainer->GetFilter4FilterName(
OUString("Text (encoded)"), SFX_FILTER_EXPORT);
}
break; break;
} }
if(!pSfxFlt) if(!pSfxFlt)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment