summaryrefslogtreecommitdiff
path: root/xmlStyles.go
diff options
context:
space:
mode:
Diffstat (limited to 'xmlStyles.go')
-rw-r--r--xmlStyles.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmlStyles.go b/xmlStyles.go
index db85b15..0670b59 100644
--- a/xmlStyles.go
+++ b/xmlStyles.go
@@ -49,8 +49,8 @@ type xlsxAlignment struct {
// set. The cell protection properties do not take effect unless the sheet has
// been protected.
type xlsxProtection struct {
- Hidden bool `xml:"hidden,attr"`
- Locked bool `xml:"locked,attr"`
+ Hidden *bool `xml:"hidden,attr"`
+ Locked *bool `xml:"locked,attr"`
}
// xlsxLine expresses a single set of cell border.