diff options
Diffstat (limited to 'lib/axlsx/stylesheet/cell_protection.rb')
| -rw-r--r-- | lib/axlsx/stylesheet/cell_protection.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/axlsx/stylesheet/cell_protection.rb b/lib/axlsx/stylesheet/cell_protection.rb index caa01ced..f2915f25 100644 --- a/lib/axlsx/stylesheet/cell_protection.rb +++ b/lib/axlsx/stylesheet/cell_protection.rb @@ -26,9 +26,9 @@ module Axlsx end # @see hidden - def hidden=(v) Axlsx::validate_boolean v; @hidden = v end + def hidden=(v) Axlsx.validate_boolean v; @hidden = v end # @see locked - def locked=(v) Axlsx::validate_boolean v; @locked = v end + def locked=(v) Axlsx.validate_boolean v; @locked = v end # Serializes the object # @param [String] str |
