summaryrefslogtreecommitdiff
path: root/drawing.go
diff options
context:
space:
mode:
authorxuri <xuri.me@gmail.com>2020-09-02 23:14:19 +0800
committerxuri <xuri.me@gmail.com>2020-09-02 23:14:19 +0800
commit98f1a699033b76a1482edc03d533dd1f67bcd2d6 (patch)
tree9cacf35fadf2a67863e4d7801f041c2933e375a3 /drawing.go
parent4177c1585e312bee00c1592af3df6423c366e806 (diff)
support ECMA-376 document standard encryption, ref #199
Diffstat (limited to 'drawing.go')
-rw-r--r--drawing.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/drawing.go b/drawing.go
index 806c1b7..6c2f635 100644
--- a/drawing.go
+++ b/drawing.go
@@ -59,10 +59,7 @@ func (f *File) prepareChartSheetDrawing(xlsx *xlsxChartsheet, drawingID int, she
func (f *File) addChart(formatSet *formatChart, comboCharts []*formatChart) {
count := f.countCharts()
xlsxChartSpace := xlsxChartSpace{
- XMLNSc: NameSpaceDrawingMLChart.Value,
XMLNSa: NameSpaceDrawingML.Value,
- XMLNSr: SourceRelationship.Value,
- XMLNSc16r2: SourceRelationshipChart201506.Value,
Date1904: &attrValBool{Val: boolPtr(false)},
Lang: &attrValString{Val: stringPtr("en-US")},
RoundedCorners: &attrValBool{Val: boolPtr(false)},