summaryrefslogtreecommitdiff
path: root/sw/source/ui/shells/basesh.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/shells/basesh.cxx')
-rw-r--r--sw/source/ui/shells/basesh.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/sw/source/ui/shells/basesh.cxx b/sw/source/ui/shells/basesh.cxx
index 67087fb6d090..b97027529ebe 100644
--- a/sw/source/ui/shells/basesh.cxx
+++ b/sw/source/ui/shells/basesh.cxx
@@ -707,13 +707,6 @@ void SwBaseShell::Execute(SfxRequest &rReq)
String aGrfName, aFltName;
const Graphic aGrf( pGalleryItem->GetGraphic() );
- if( pGalleryItem->IsLink() )
- {
- // Linked
- aGrfName = pGalleryItem->GetURL();
- aFltName = pGalleryItem->GetFilterName();
- }
-
if ( nSelType & nsSelectionType::SEL_GRF )
rSh.ReRead( aGrfName, aFltName, &aGrf );
else