Update ooo320-m1
[ooovba.git] / applied_patches / 0509-linkwarn-sd-no-dnd-links.diff
blob6e9421105ba95ecda0e6d2dbdf8a7be02c21102c
1 sd/source/ui/view/sdview4.cxx | 3 ---
2 1 files changed, 0 insertions(+), 3 deletions(-)
4 diff --git a/sd/source/ui/view/sdview4.cxx b/sd/source/ui/view/sdview4.cxx
5 index ae54524..f45bd72 100644
6 --- sd/source/ui/view/sdview4.cxx
7 +++ sd/source/ui/view/sdview4.cxx
8 @@ -350,9 +350,6 @@ IMPL_LINK( View, DropInsertFileHdl, Timer*, EMPTYARG )
9 sal_Int8 nTempAction = ( aIter == maDropFileVector.begin() ) ? mnAction : 0;
10 SdrGrafObj* pGrafObj = InsertGraphic( aGraphic, nTempAction, maDropPos, NULL, NULL );
12 - if( pGrafObj )
13 - pGrafObj->SetGraphicLink( aCurrentDropFile, String() );
15 // return action from first inserted graphic
16 if( aIter == maDropFileVector.begin() )
17 mnAction = nTempAction;