delete one line

This commit is contained in:
jhfangying 2014-03-13 08:59:46 +08:00
parent af1a591271
commit bb38d6c135

View File

@ -380,7 +380,6 @@ class PHPWord_Writer_Word2007_Base extends PHPWord_Writer_Word2007_WriterPart
$underline = $style->getUnderline();
$superscript = $style->getSuperScript();
$subscript = $style->getSubScript();
$hint='';
$objWriter->startElement('w:rPr');