summaryrefslogtreecommitdiff
path: root/xmlDecodeDrawing.go
diff options
context:
space:
mode:
authorxuri <xuri.me@gmail.com>2022-01-15 00:06:34 +0800
committerxuri <xuri.me@gmail.com>2022-01-15 00:06:34 +0800
commit236ee61d201e45b1fe33a58b290adb7ee32d3488 (patch)
tree3ae21f34e373aef6f89acceeea897590e43c2637 /xmlDecodeDrawing.go
parent67127883dddf6a923d12231da8b089861bcca28c (diff)
This closes #1119, style parsing issue fixed
Diffstat (limited to 'xmlDecodeDrawing.go')
-rw-r--r--xmlDecodeDrawing.go2
1 files changed, 1 insertions, 1 deletions
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"`
}