CLEANED : Some spaces in code
This commit is contained in:
parent
869b5fd180
commit
bedf584e12
|
|
@ -340,8 +340,6 @@ class PHPWord_Writer_ODText_Content extends PHPWord_Writer_ODText_WriterPart
|
|||
$objWriter->writeAttribute('text:style-name', 'Standard');
|
||||
$objWriter->endElement();
|
||||
}
|
||||
|
||||
private function _writeEndSection(PHPWord_Shared_XMLWriter $objWriter = null, PHPWord_Section $section) {
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -42,8 +42,7 @@ class PHPWord_Writer_ODText_Meta extends PHPWord_Writer_ODText_WriterPart
|
|||
* @return string XML Output
|
||||
* @throws Exception
|
||||
*/
|
||||
public function writeMeta(PHPWord $pPHPWord = null)
|
||||
{
|
||||
public function writeMeta(PHPWord $pPHPWord = null) {
|
||||
// Create XML writer
|
||||
$objWriter = null;
|
||||
if ($this->getParentWriter()->getUseDiskCaching()) {
|
||||
|
|
@ -96,5 +95,4 @@ class PHPWord_Writer_ODText_Meta extends PHPWord_Writer_ODText_WriterPart
|
|||
// Return
|
||||
return $objWriter->getData();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue