diff options
-rw-r--r-- | sw/source/ui/dbui/mmlayoutpage.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/dbui/mmlayoutpage.cxx b/sw/source/ui/dbui/mmlayoutpage.cxx index 4cbcadfe72c4..6a1488ac0e56 100644 --- a/sw/source/ui/dbui/mmlayoutpage.cxx +++ b/sw/source/ui/dbui/mmlayoutpage.cxx @@ -98,7 +98,7 @@ SwMailMergeLayoutPage::SwMailMergeLayoutPage( SwMailMergeWizard* _pParent) : get(m_pZoomLB, "zoom"); const SfxFilter *pSfxFlt = SwIoSystem::GetFilterOfFormat( - OUString( FILTER_XML ), + FILTER_XML, SwDocShell::Factory().GetFilterContainer() ); //save the current document into a temporary file { |