diff --git a/picture.go b/picture.go index 6ee83595..c30d307b 100644 --- a/picture.go +++ b/picture.go @@ -672,7 +672,6 @@ func (f *File) getPicture(row, col int, drawingXML, drawingRelationships string) pic.Format.AltText = deTwoCellAnchor.Pic.NvPicPr.CNvPr.Descr pics = append(pics, pic) } - return } } }