diff options
| author | Jonathan Tron <[email protected]> | 2014-02-26 14:28:36 +0100 |
|---|---|---|
| committer | Jonathan Tron <[email protected]> | 2014-02-26 14:28:36 +0100 |
| commit | 73ec5ed8386188cf00d2a3ff3e1deb0292b29572 (patch) | |
| tree | 5b04a74c967268cd26d7634984b0a26f506f6de0 /lib/axlsx/workbook/defined_name.rb | |
| parent | 4400e233c0d0ab57652619a0d3eaa0cec4e9c358 (diff) | |
| download | caxlsx-73ec5ed8386188cf00d2a3ff3e1deb0292b29572.tar.gz caxlsx-73ec5ed8386188cf00d2a3ff3e1deb0292b29572.zip | |
Add missing change from 4400e233c (refs #285)
Diffstat (limited to 'lib/axlsx/workbook/defined_name.rb')
| -rw-r--r-- | lib/axlsx/workbook/defined_name.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/axlsx/workbook/defined_name.rb b/lib/axlsx/workbook/defined_name.rb index 32b6fe52..136f98cd 100644 --- a/lib/axlsx/workbook/defined_name.rb +++ b/lib/axlsx/workbook/defined_name.rb @@ -116,7 +116,7 @@ module Axlsx boolean_attr_accessor :workbook_parameter, :publish_to_server, :xlm, :vb_proceedure, :function, :hidden serializable_attributes :short_cut_key, :status_bar, :help, :description, :custom_menu, :comment, - :workbook_parameter, :publish_to_server, :xlm, :vb_proceedure, :function, :hidden, :name, :local_sheet_id + :workbook_parameter, :publish_to_server, :xlm, :vb_proceedure, :function, :hidden, :local_sheet_id def to_xml_string(str='') raise ArgumentError, 'you must specify the name for this defined name. Please read the documentation for Axlsx::DefinedName for more details' unless name |
