format
This commit is contained in:
parent
bc4750dd7c
commit
b22208f810
@ -52,7 +52,9 @@ class Styles extends AbstractPart
|
|||||||
// Automatic styles
|
// Automatic styles
|
||||||
$xmlWriter->startElement('office:automatic-styles');
|
$xmlWriter->startElement('office:automatic-styles');
|
||||||
$this->writePageLayout($xmlWriter);
|
$this->writePageLayout($xmlWriter);
|
||||||
$xmlWriter->endElement();
|
$xmlWriter->endElement(); // office:automatic-styles
|
||||||
|
|
||||||
|
// Master style
|
||||||
$this->writeMaster($xmlWriter);
|
$this->writeMaster($xmlWriter);
|
||||||
|
|
||||||
$xmlWriter->endElement(); // office:document-styles
|
$xmlWriter->endElement(); // office:document-styles
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user