ooo-build r14843 - in trunk: . scratch/sc-xlsutil/src



Author: kyoshida
Date: Fri Dec 12 21:35:50 2008
New Revision: 14843
URL: http://svn.gnome.org/viewvc/ooo-build?rev=14843&view=rev

Log:
2008-12-12  Kohei Yoshida  <kyoshida novell com>

	* scratch/sc-xlsutil/src/formula.py: try not to inherit from itself but
	from the base class.


Modified:
   trunk/ChangeLog
   trunk/scratch/sc-xlsutil/src/formula.py

Modified: trunk/scratch/sc-xlsutil/src/formula.py
==============================================================================
--- trunk/scratch/sc-xlsutil/src/formula.py	(original)
+++ trunk/scratch/sc-xlsutil/src/formula.py	Fri Dec 12 21:35:50 2008
@@ -215,7 +215,7 @@
 
 class Ref3dA(Ref3dV):
     def __init__ (self, header, tokens):
-        Ref3dA.__init__(self, header, tokens)
+        Ref3dV.__init__(self, header, tokens)
 
 
 class Area3d(TokenBase):



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]