[Erp5-report] r44569 nicolas - /erp5/trunk/products/ERP5OOo/transforms/
nobody at svn.erp5.org
nobody at svn.erp5.org
Thu Mar 24 17:29:56 CET 2011
Author: nicolas
Date: Thu Mar 24 17:29:56 2011
New Revision: 44569
URL: http://svn.erp5.org?rev=44569&view=rev
Log:
Those arguments are meaningless for conversion abilities of temp OOoDocument
Modified:
erp5/trunk/products/ERP5OOo/transforms/oood_commandtransform.py
Modified: erp5/trunk/products/ERP5OOo/transforms/oood_commandtransform.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5OOo/transforms/oood_commandtransform.py?rev=44569&r1=44568&r2=44569&view=diff
==============================================================================
--- erp5/trunk/products/ERP5OOo/transforms/oood_commandtransform.py [utf8] (original)
+++ erp5/trunk/products/ERP5OOo/transforms/oood_commandtransform.py [utf8] Thu Mar 24 17:29:56 2011
@@ -70,8 +70,6 @@ class OOOdCommandTransform(commandtransf
data = self.includeExternalCssList(data)
tmp_ooo = newTempOOoDocument(context, name)
tmp_ooo.edit( data=data,
- fname=self.name(),
- source_reference=self.name(),
filename=self.name(),
content_type=self.mimetype,)
tmp_ooo.convertToBaseFormat()
More information about the Erp5-report
mailing list