From 19dd9ed99ea0aae07f85f149097b6e79a03e7bd0 Mon Sep 17 00:00:00 2001 From: Dustin Smith Date: Thu, 23 Jan 2014 10:25:02 -0600 Subject: fixing comments for 2010 starter edition --- lib/axlsx/workbook/worksheet/comments.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib') 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 -- cgit v1.2.3