[Erp5-report] r43711 mario.amaral - /erp5/trunk/utils/cloudooo/cloudooo/handler/ooo/

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Feb 25 00:08:45 CET 2011


Author: mario.amaral
Date: Fri Feb 25 00:08:45 2011
New Revision: 43711

URL: http://svn.erp5.org?rev=43711&view=rev
Log:
Delete duplicate methods.

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=43711&r1=43710&r2=43711&view=diff
==============================================================================
--- erp5/trunk/utils/cloudooo/cloudooo/handler/ooo/granulator.py [utf8] (original)
+++ erp5/trunk/utils/cloudooo/cloudooo/handler/ooo/granulator.py [utf8] Fri Feb 25 00:08:45 2011
@@ -157,14 +157,6 @@ class OOGranulator(object):
       matrix.append(matrix_row)
     return matrix
 
-  def getColumnItemList(self, file, table_id):
-    """Return the list of columns in the form of (id, title)."""
-    raise NotImplementedError
-
-  def getLineItemList(self, file, table_id):
-    """Returns the lines of a given table as (key, value) pairs."""
-    raise NotImplementedError
-
   def getImageItemList(self):
     """Return a list of tuples with the id and title of image files"""
     xml_image_list = self.document.parsed_content.xpath(DRAW_XPATH_QUERY,



More information about the Erp5-report mailing list