diff options
| author | ochko <[email protected]> | 2012-04-06 16:33:15 +0900 |
|---|---|---|
| committer | ochko <[email protected]> | 2012-04-06 16:33:15 +0900 |
| commit | 3431214a4feaa076ebc246552e5e61331d35c398 (patch) | |
| tree | e560af73715bed412c4e4fd3427b00b681257ac7 /lib/axlsx/stylesheet/color.rb | |
| parent | 78e2f076f0b0a1bbe651a3ce53075ae2cf778284 (diff) | |
| download | caxlsx-3431214a4feaa076ebc246552e5e61331d35c398.tar.gz caxlsx-3431214a4feaa076ebc246552e5e61331d35c398.zip | |
put only plain string cells in shared string table
Diffstat (limited to 'lib/axlsx/stylesheet/color.rb')
| -rw-r--r-- | lib/axlsx/stylesheet/color.rb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/axlsx/stylesheet/color.rb b/lib/axlsx/stylesheet/color.rb index 497e2d4d..065eeb46 100644 --- a/lib/axlsx/stylesheet/color.rb +++ b/lib/axlsx/stylesheet/color.rb @@ -71,10 +71,5 @@ module Axlsx end str << "/>" end - - def signature - "#{@rgb}:#{auto}:#{@tint}" - end - end end |
