summaryrefslogtreecommitdiff
path: root/picture.go
diff options
context:
space:
mode:
Diffstat (limited to 'picture.go')
-rw-r--r--picture.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/picture.go b/picture.go
index 9a64637..2f685ff 100644
--- a/picture.go
+++ b/picture.go
@@ -259,7 +259,7 @@ func (f *File) addDrawingPicture(sheet, drawingXML, cell, file string, width, he
}
col--
row--
- colStart, rowStart, _, _, colEnd, rowEnd, x2, y2 :=
+ colStart, rowStart, colEnd, rowEnd, x2, y2 :=
f.positionObjectPixels(sheet, col, row, formatSet.OffsetX, formatSet.OffsetY, width, height)
content, cNvPrID := f.drawingParser(drawingXML)
twoCellAnchor := xdrCellAnchor{}