summaryrefslogtreecommitdiff
path: root/sw/source/ui/uiview/view2.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/uiview/view2.cxx')
-rw-r--r--sw/source/ui/uiview/view2.cxx2
1 files changed, 1 insertions, 1 deletions
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?
{
cessibleComponent* may be passed to HandleWindowOpenedMike Kaganski 2020-02-16GBUILD_TRACE, support for finding out where the build time is spentLuboš Luňák 2020-02-06Fix typoAndrea Gelmini 2020-02-03loplugin:redundantpointerops (clang-cl)Stephan Bergmann 2020-02-03loplugin:unsignedcompare (clang-cl)Stephan Bergmann 2019-12-19Fix typoAndrea Gelmini 2019-12-19Fix typoAndrea Gelmini 2019-12-05loplugin:external (clang-cl)Stephan Bergmann 2019-11-26loplugin:external (clang-cl)Stephan Bergmann 2019-11-26loplugin:consttobool (clang-cl)Stephan Bergmann 2019-11-19loplugin:fakebool (clang-cl)Stephan Bergmann 2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann 2019-10-14use common PCH for more librariesLuboš Luňák 2019-10-02-Werror,-Wmicrosoft-exception-spec (clang-cl)Stephan Bergmann 2019-10-01loplugin:referencecasting (clang-cl)Stephan Bergmann 2019-10-01loplugin:redundantcast (clang-cl)Stephan Bergmann 2019-10-01loplugin:stringconstant (clang-cl)Stephan Bergmann 2019-10-01loplugin:simplifyconstruct (clang-cl)Stephan Bergmann 2019-09-27Deduplicate O(U)StringNumber definitions; add toAsciiUpperCaseMike Kaganski