File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
src/PHPWord/Writer/ODText Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -340,8 +340,6 @@ protected function _writeTextBreak(PHPWord_Shared_XMLWriter $objWriter = null) {
340
340
$ objWriter ->writeAttribute ('text:style-name ' , 'Standard ' );
341
341
$ objWriter ->endElement ();
342
342
}
343
-
344
343
private function _writeEndSection (PHPWord_Shared_XMLWriter $ objWriter = null , PHPWord_Section $ section ) {
345
-
346
344
}
347
345
}
Original file line number Diff line number Diff line change @@ -42,8 +42,7 @@ class PHPWord_Writer_ODText_Meta extends PHPWord_Writer_ODText_WriterPart
42
42
* @return string XML Output
43
43
* @throws Exception
44
44
*/
45
- public function writeMeta (PHPWord $ pPHPWord = null )
46
- {
45
+ public function writeMeta (PHPWord $ pPHPWord = null ) {
47
46
// Create XML writer
48
47
$ objWriter = null ;
49
48
if ($ this ->getParentWriter ()->getUseDiskCaching ()) {
@@ -96,5 +95,4 @@ public function writeMeta(PHPWord $pPHPWord = null)
96
95
// Return
97
96
return $ objWriter ->getData ();
98
97
}
99
-
100
98
}
You can’t perform that action at this time.
0 commit comments