summaryrefslogtreecommitdiff
path: root/xmlDecodeDrawing.go
diff options
context:
space:
mode:
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"`
}