use non deprecated method
This commit is contained in:
parent
86115b9e2d
commit
05e2f1bf63
|
|
@ -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) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue