Commit a0c46b11 authored by Nicolas Delaby's avatar Nicolas Delaby

remove call of clearConversionCache


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34881 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 986c3404
......@@ -586,8 +586,6 @@ class OOoDocument(PermanentURLMixIn, File, CachedConvertableMixin):
if not self.hasBaseData():
raise NotConvertedError
self.clearConversionCache()
server_proxy = self._mkProxy()
response_code, response_dict, response_message = \
server_proxy.run_setmetadata(self.getId(),
......
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