From 73bc1c8b7a43ce74540556ef458212c1873d9160 Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Wed, 25 Jul 2012 16:23:13 -0400 Subject: Referer was set to SfxMedium but was never used. Removing it. Change-Id: I88ab874d4efc60d58722f0bb175d14a4d443398b --- sw/source/ui/uiview/view2.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/source/ui/uiview') diff --git a/sw/source/ui/uiview/view2.cxx b/sw/source/ui/uiview/view2.cxx index 9ca89f8dd4bc..7dfbe0296b59 100644 --- a/sw/source/ui/uiview/view2.cxx +++ b/sw/source/ui/uiview/view2.cxx @@ -2032,7 +2032,7 @@ long SwView::InsertMedium( sal_uInt16 nSlotId, SfxMedium* pMedium, sal_Int16 nVe delete pMedium; return -1; } - pDocSh->RegisterTransfer( *pMedium ); + pMedium->DownLoad(); // ggfs. den DownLoad anstossen if( aRef.Is() && 1 < aRef->GetRefCount() ) // noch gueltige Ref? { -- cgit