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

Related: fdo#32553/fdo#31792 ensure correct pdf export filter

üst d2636471
......@@ -1055,6 +1055,11 @@ IMPL_LINK(SwMailMergeOutputPage, SendDocumentsHdl_Impl, PushButton*, pButton)
}
break;
case MM_DOCTYPE_PDF:
{
pSfxFlt = pFilterContainer->GetFilter4FilterName(
::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("writer_pdf_Export")),
SFX_FILTER_EXPORT);
}
break;
case MM_DOCTYPE_WORD:
{
......
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