Implement labelplaceholder for OO.o files

This commit is contained in:
Nathan Gray 2011-08-16 23:07:44 +00:00
parent e792130479
commit ea8d70136e

View File

@ -538,8 +538,7 @@ abstract class bo_merge
return $contentstart.implode('\\par \\page\\pard\\plain',$contentrepeatpages).$contentend;
case 'application/vnd.oasis.opendocument.text':
case 'application/vnd.oasis.opendocument.spreadsheet':
// todo OO writer files
break;
return $contentstart.implode('<text:line-break />',$contentrepeatpages).$contentend;
case 'application/vnd.openxmlformats-officedocument.wordprocessingml.document':
case 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet':
return $contentstart.implode('<w:br w:type="page" />',$contentrep).$contentend;