summaryrefslogtreecommitdiff
path: root/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/FormulaHelper.java
diff options
context:
space:
mode:
Diffstat (limited to 'xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/FormulaHelper.java')
-rw-r--r--xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/FormulaHelper.java6
1 files changed, 2 insertions, 4 deletions
diff --git a/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/FormulaHelper.java b/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/FormulaHelper.java
index fa3a183413d2..b852ce1c4688 100644
--- a/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/FormulaHelper.java
+++ b/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/FormulaHelper.java
@@ -51,17 +51,15 @@ public class FormulaHelper {
* Sets the workbook cache so that global data such as
* <code>DefinedNames</code>, <code>Boundsheets</code> can be read
*
- * @param wb Wrokbook object containing all the global data
+ * @param wb Workbook object containing all the global data
*/
public void setWorkbook(Workbook wb) {
-
encoder.setWorkbook(wb);
decoder.setWorkbook(wb);
- parser.setWorkbook(wb);
}
/**
- * Convertes a string representation of a calc formula into an array of PocketXL bytes
+ * Converts a string representation of a calc formula into an array of PocketXL bytes
* @param formula The Formula String (e.g. 1+SUM(A1,B1))
*
* @throws UnsupportedFunctionException Thrown if a function in the formula is nto supported by Pocket Excel