summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2015-03-15 02:19:56 -0400
committerJesse Luehrs <doy@tozt.net>2015-03-15 02:19:56 -0400
commit274550c236bf643725fe57c4ec4c9f789a4d8c5d (patch)
tree1990c3a58a77af53927130ec20f5f4fbbde46288
parent19cc87b146dcd7ee2843ea1300af28ec9b0ebf16 (diff)
downloadspreadsheet-parsexlsx-274550c236bf643725fe57c4ec4c9f789a4d8c5d.tar.gz
spreadsheet-parsexlsx-274550c236bf643725fe57c4ec4c9f789a4d8c5d.zip
remove unnecessary comments
-rw-r--r--lib/Spreadsheet/ParseXLSX.pm3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Spreadsheet/ParseXLSX.pm b/lib/Spreadsheet/ParseXLSX.pm
index cda94ab..ece46ab 100644
--- a/lib/Spreadsheet/ParseXLSX.pm
+++ b/lib/Spreadsheet/ParseXLSX.pm
@@ -666,12 +666,9 @@ sub _parse_styles {
? $valign{$alignment->att('vertical') || 'bottom'}
: 2,
# JustLast => $iJustL,
- # Rotate => $iRotate,
Rotate => $alignment ? $alignment->att('textRotation') : 0,
- # Indent => $iInd,
Indent => $alignment ? $alignment->att('indent') : 0,
- # Shrink => $iShrink,
Shrink => $alignment
? $self->_xml_boolean($alignment->att('shrinkToFit'))
: 0,