diff options
| author | Bruce Davidson <[email protected]> | 2016-01-13 20:56:43 +0000 |
|---|---|---|
| committer | Bruce Davidson <[email protected]> | 2016-01-13 20:56:43 +0000 |
| commit | ee58c72d4eb5194f55d346141a9eb2a8c59c76b6 (patch) | |
| tree | 228be77ff0c7bd6cff6b8fe16fd43da7a911e7dd /lib | |
| parent | c80c8b9d9be5542471d66afcc2ce4ddd80cac1f7 (diff) | |
| download | caxlsx-ee58c72d4eb5194f55d346141a9eb2a8c59c76b6.tar.gz caxlsx-ee58c72d4eb5194f55d346141a9eb2a8c59c76b6.zip | |
Remove incorrect argument
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/axlsx/workbook/worksheet/sheet_pr.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/axlsx/workbook/worksheet/sheet_pr.rb b/lib/axlsx/workbook/worksheet/sheet_pr.rb index fc9f5eac..fd6dad2b 100644 --- a/lib/axlsx/workbook/worksheet/sheet_pr.rb +++ b/lib/axlsx/workbook/worksheet/sheet_pr.rb @@ -66,7 +66,7 @@ module Axlsx # The OutlinePr for this sheet pr object # @return [OutlinePr] def outline_pr - @outline_pr ||= OutlinePr.new( @worksheet ) + @outline_pr ||= OutlinePr.new end # @see tab_color |
