diff options
author | Matteo Casalin <matteo.casalin@yahoo.com> | 2014-04-12 00:25:19 +0200 |
---|---|---|
committer | Matteo Casalin <matteo.casalin@yahoo.com> | 2014-04-18 07:36:47 +0200 |
commit | 5a72fba4a62f08182fd349b6db026e3f949d58ce (patch) | |
tree | 6041a84f1e3a7a512a65e8a32a1202f825682ab0 /sw | |
parent | c86f83a8b0af2255cdccbe0b819590628dbb110f (diff) |
Pass constant ASCII string directly
Change-Id: I011afefa52f77d914754e6ef99aa41fff28e8d2c
Diffstat (limited to 'sw')
-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 { |