use non deprecated method

This commit is contained in:
troosan 2017-12-05 08:02:23 +01:00
parent 86115b9e2d
commit 05e2f1bf63

View File

@ -2224,7 +2224,7 @@ class MsDoc extends AbstractReader implements ReaderInterface
{ {
foreach ($this->arraySections as $itmSection) { foreach ($this->arraySections as $itmSection) {
$oSection = $this->phpWord->addSection(); $oSection = $this->phpWord->addSection();
$oSection->setSettings($itmSection->styleSection); $oSection->setStyle($itmSection->styleSection);
$sHYPERLINK = ''; $sHYPERLINK = '';
foreach ($this->arrayParagraphs as $itmParagraph) { foreach ($this->arrayParagraphs as $itmParagraph) {