summaryrefslogtreecommitdiff
path: root/sw/source/ui/dbui/mmoutputpage.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/dbui/mmoutputpage.cxx')
-rw-r--r--sw/source/ui/dbui/mmoutputpage.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/ui/dbui/mmoutputpage.cxx b/sw/source/ui/dbui/mmoutputpage.cxx
index db1b8e6fab00..249de7c41d3e 100644
--- a/sw/source/ui/dbui/mmoutputpage.cxx
+++ b/sw/source/ui/dbui/mmoutputpage.cxx
@@ -761,8 +761,8 @@ IMPL_LINK(SwMailMergeOutputPage, SaveOutputHdl_Impl, PushButton*, pButton)
SwView* pTempView = static_cast<SwView*>( pTempFrame->GetViewShell() );
pTargetView->GetWrtShell().StartAction();
SwgReaderOption aOpt;
- aOpt.SetTxtFmts( true );
- aOpt.SetFrmFmts( true );
+ aOpt.SetTextFormats( true );
+ aOpt.SetFrameFormats( true );
aOpt.SetPageDescs( true );
aOpt.SetNumRules( true );
aOpt.SetMerge( false );
@@ -1166,8 +1166,8 @@ IMPL_LINK(SwMailMergeOutputPage, SendDocumentsHdl_Impl, PushButton*, pButton)
SwView* pTempView = static_cast<SwView*>( pTempFrame->GetViewShell() );
pTargetView->GetWrtShell().StartAction();
SwgReaderOption aOpt;
- aOpt.SetTxtFmts( true );
- aOpt.SetFrmFmts( true );
+ aOpt.SetTextFormats( true );
+ aOpt.SetFrameFormats( true );
aOpt.SetPageDescs( true );
aOpt.SetNumRules( true );
aOpt.SetMerge( false );