Strict Standards Notices entfernt; Sonderzeichen in PDFs konvertiert

This commit is contained in:
Andreas Österreicher
2014-07-07 08:28:56 +00:00
parent f182dfff8f
commit 72117c4cae
8 changed files with 42 additions and 22 deletions
+2 -1
View File
@@ -577,7 +577,8 @@ class Spreadsheet_Excel_Writer_Workbook extends Spreadsheet_Excel_Writer_BIFFwri
*/
function _storeOLEFile()
{
$OLE = new OLE_PPS_File(OLE::Asc2Ucs('Book'));
$ole_obj = new OLE();
$OLE = new OLE_PPS_File($ole_obj->Asc2Ucs('Book'));
if ($this->_tmp_dir != '') {
$OLE->setTempDir($this->_tmp_dir);
}