From 236ee61d201e45b1fe33a58b290adb7ee32d3488 Mon Sep 17 00:00:00 2001 From: xuri Date: Sat, 15 Jan 2022 00:06:34 +0800 Subject: This closes #1119, style parsing issue fixed --- xmlDecodeDrawing.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmlDecodeDrawing.go') diff --git a/xmlDecodeDrawing.go b/xmlDecodeDrawing.go index ad0b751..0ca63d1 100644 --- a/xmlDecodeDrawing.go +++ b/xmlDecodeDrawing.go @@ -78,7 +78,7 @@ type decodeWsDr struct { type decodeTwoCellAnchor struct { From *decodeFrom `xml:"from"` To *decodeTo `xml:"to"` - Pic *decodePic `xml:"pic,omitempty"` + Pic *decodePic `xml:"pic"` ClientData *decodeClientData `xml:"clientData"` } -- cgit v1.2.1