diff options
| author | Dustin Smith <[email protected]> | 2014-01-23 10:25:02 -0600 |
|---|---|---|
| committer | Dustin Smith <[email protected]> | 2014-01-23 10:25:02 -0600 |
| commit | 19dd9ed99ea0aae07f85f149097b6e79a03e7bd0 (patch) | |
| tree | 64f84160ed67c61b9748d3c42854bcf394a9d2fa /lib/axlsx/workbook/worksheet/comments.rb | |
| parent | 89a39ae3ab64cd4b556af862df702e92a2d3ae19 (diff) | |
| download | caxlsx-19dd9ed99ea0aae07f85f149097b6e79a03e7bd0.tar.gz caxlsx-19dd9ed99ea0aae07f85f149097b6e79a03e7bd0.zip | |
fixing comments for 2010 starter edition
Diffstat (limited to 'lib/axlsx/workbook/worksheet/comments.rb')
| -rw-r--r-- | lib/axlsx/workbook/worksheet/comments.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/axlsx/workbook/worksheet/comments.rb b/lib/axlsx/workbook/worksheet/comments.rb index 03cce339..4023c4b8 100644 --- a/lib/axlsx/workbook/worksheet/comments.rb +++ b/lib/axlsx/workbook/worksheet/comments.rb @@ -57,8 +57,7 @@ module Axlsx # @return [Array] def relationships [Relationship.new(self, VML_DRAWING_R, "../#{vml_drawing.pn}"), - Relationship.new(self, COMMENT_R, "../#{pn}"), - Relationship.new(self, COMMENT_R_NULL, "NULL")] + Relationship.new(self, COMMENT_R, "../#{pn}")] end # serialize the object |
