[Erp5-report] r11147 - /erp5/trunk/products/ERP5OOo/PropertySheet/OOoDocument.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Nov 7 11:22:51 CET 2006


Author: bartek
Date: Tue Nov  7 11:22:46 2006
New Revision: 11147

URL: http://svn.erp5.org?rev=11147&view=rev
Log:
Added comments. Probably useless property sheet

Modified:
    erp5/trunk/products/ERP5OOo/PropertySheet/OOoDocument.py

Modified: erp5/trunk/products/ERP5OOo/PropertySheet/OOoDocument.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5OOo/PropertySheet/OOoDocument.py?rev=11147&r1=11146&r2=11147&view=diff
==============================================================================
--- erp5/trunk/products/ERP5OOo/PropertySheet/OOoDocument.py (original)
+++ erp5/trunk/products/ERP5OOo/PropertySheet/OOoDocument.py Tue Nov  7 11:22:46 2006
@@ -27,11 +27,13 @@
 
 class OOoDocument:
   """
- 
+    XXX
+    I think that most of these properties are useless because
+    they already existor should be implemented in a different way
   """
 
   _properties = (
-    { 'id'    : 'mime_type',
+    { 'id'    : 'mime_type',                  # Please check if this property is already defined in Zope File class - I think it is called content_type
     'description' : 'mime type of OOo version',
     'type'    : 'string',
     'mode'    : ''},




More information about the Erp5-report mailing list