Commit 64cf8ce7 authored by Bartek Górny's avatar Bartek Górny

Added comments. Probably useless property sheet

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11147 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a9a51640
......@@ -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' : ''},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment