diff options
Diffstat (limited to 'sd')
-rwxr-xr-x | sd/source/ui/view/sdview4.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sd/source/ui/view/sdview4.cxx b/sd/source/ui/view/sdview4.cxx index 9fbe223c276a..70f276227899 100755 --- a/sd/source/ui/view/sdview4.cxx +++ b/sd/source/ui/view/sdview4.cxx @@ -395,12 +395,8 @@ IMPL_LINK( View, DropInsertFileHdl, Timer*, EMPTYARG ) if( !pGraphicFilter->ImportGraphic( aGraphic, aURL ) ) { sal_Int8 nTempAction = ( aIter == maDropFileVector.begin() ) ? mnAction : 0; - const bool bLink = ( ( nTempAction & DND_ACTION_LINK ) != 0 ); SdrGrafObj* pGrafObj = InsertGraphic( aGraphic, nTempAction, maDropPos, NULL, NULL ); - if( pGrafObj && bLink ) - pGrafObj->SetGraphicLink( aCurrentDropFile, String() ); - // return action from first inserted graphic if( aIter == maDropFileVector.begin() ) mnAction = nTempAction; |