Author: yegor
Date: Sun Nov 21 11:37:44 2010
New Revision: 1037423
URL: http://svn.apache.org/viewvc?rev=1037423&view=rev
Log:
moved common formula-related code to org.apache.poi.ss.formula, eliminated
dependencies on HSSF, reduced the number of eclipse warnings
Modified:
poi/trunk/src/testcases/org/apache/poi/ss/formula/EvaluationListener.java
Modified:
poi/trunk/src/testcases/org/apache/poi/ss/formula/EvaluationListener.java
URL:
http://svn.apache.org/viewvc/poi/trunk/src/testcases/org/apache/poi/ss/formula/EvaluationListener.java?rev=1037423&r1=1037422&r2=1037423&view=diff
==============================================================================
--- poi/trunk/src/testcases/org/apache/poi/ss/formula/EvaluationListener.java
(original)
+++ poi/trunk/src/testcases/org/apache/poi/ss/formula/EvaluationListener.java
Sun Nov 21 11:37:44 2010
@@ -17,7 +17,7 @@
package org.apache.poi.ss.formula;
-import org.apache.poi.hssf.record.formula.eval.ValueEval;
+import org.apache.poi.ss.formula.eval.ValueEval;
/**
* Tests should extend this class if they need to track the internal working
of the {...@link WorkbookEvaluator}.<br/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]