diff options
Diffstat (limited to 'lib')
| -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 |
