[Erp5-report] r44593 mario.amaral - /erp5/trunk/utils/cloudooo/cloudooo/handler/ooo/
nobody at svn.erp5.org
nobody at svn.erp5.org
Thu Mar 24 20:45:56 CET 2011
Author: mario.amaral
Date: Thu Mar 24 20:45:56 2011
New Revision: 44593
URL: http://svn.erp5.org?rev=44593&view=rev
Log:
Changes by JP.
Modified:
erp5/trunk/utils/cloudooo/cloudooo/handler/ooo/granulator.py
Modified: erp5/trunk/utils/cloudooo/cloudooo/handler/ooo/granulator.py
URL: http://svn.erp5.org/erp5/trunk/utils/cloudooo/cloudooo/handler/ooo/granulator.py?rev=44593&r1=44592&r2=44593&view=diff
==============================================================================
--- erp5/trunk/utils/cloudooo/cloudooo/handler/ooo/granulator.py [utf8] (original)
+++ erp5/trunk/utils/cloudooo/cloudooo/handler/ooo/granulator.py [utf8] Thu Mar 24 20:45:56 2011
@@ -88,7 +88,7 @@ class OOGranulator(object):
table_list.append((id, title))
return table_list
- def getTableItem(self, id, format='odt'):
+ def getTable(self, id, format='odt'):
"""Returns the table into a new 'format' file."""
try:
template_path = getTemplatePath(format)
@@ -196,7 +196,7 @@ class OOGranulator(object):
id += 1
return paragraph_list
- def getParagraphItem(self, paragraph_id):
+ def getParagraph(self, paragraph_id):
"""Returns the paragraph in the form of (text, class)."""
relevant_paragraph_list = self._getRelevantParagraphList()
try:
More information about the Erp5-report
mailing list