From 33c55361509514cdd8fca78417247f38052c0a25 Mon Sep 17 00:00:00 2001 From: Randy Morgan Date: Thu, 18 Oct 2012 14:38:30 +0900 Subject: moved sort boolean reader declaration to boolean_attr_accessor --- lib/axlsx/workbook/worksheet/sheet_protection.rb | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/axlsx/workbook/worksheet/sheet_protection.rb b/lib/axlsx/workbook/worksheet/sheet_protection.rb index a472ec55..5ff888ea 100644 --- a/lib/axlsx/workbook/worksheet/sheet_protection.rb +++ b/lib/axlsx/workbook/worksheet/sheet_protection.rb @@ -45,12 +45,6 @@ module Axlsx # @return [String] attr_reader :salt_value - # If 1 or true then sorting should not be allowed when the sheet is protected. - # If 0 or false then sorting should be allowed when the sheet is protected. - # @return [Boolean] - # default true - attr_reader :sort - # Password hash # @return [String] # default nil -- cgit v1.2.3