summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2015-12-18 12:40:05 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2016-03-18 09:13:56 +0100
commit299cc331bebe951b8b6fcfdd1e279ce6d2123ece (patch)
tree03a6adcda52b30c7c8a437e467ba8bd4db508a71 /sw
parentac522d12b6e10b04f1c62709a96673062fdd000a (diff)
mailmerge: Don't hide the source document.
Change-Id: Ie920ae1ea05ba81fb2da1198d9d79ba028e1e95a
Diffstat (limited to 'sw')
-rw-r--r--sw/source/uibase/app/apphdl.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sw/source/uibase/app/apphdl.cxx b/sw/source/uibase/app/apphdl.cxx
index daa58c198931..3bd9d4132d84 100644
--- a/sw/source/uibase/app/apphdl.cxx
+++ b/sw/source/uibase/app/apphdl.cxx
@@ -474,9 +474,6 @@ IMPL_LINK_NOARG_TYPED( SwMailMergeWizardExecutor, EndDialogHdl, Dialog&, void )
case RET_TARGET_CREATED:
{
SwView* pTargetView = m_pMMConfig->GetTargetView();
- uno::Reference< frame::XFrame > xFrame =
- m_pView->GetViewFrame()->GetFrame().GetFrameInterface();
- xFrame->getContainerWindow()->setVisible(sal_False);
OSL_ENSURE(pTargetView, "No target view has been created");
if(pTargetView)
{