summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2013-07-02 22:01:01 +0100
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-07-02 23:14:47 -0400
commitb81d130626c20b806fc8a28524b38756eebc6c46 (patch)
tree083213cebfb3e920727ec92860c9d32a36af8ecf /sc/inc
parent1eb0aac39f366caf497534de00fb30b84ac1ba62 (diff)
Dummy formula group interpreter for testing.
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/formulagroup.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/sc/inc/formulagroup.hxx b/sc/inc/formulagroup.hxx
index 1c573c4abb89..e64596836c2a 100644
--- a/sc/inc/formulagroup.hxx
+++ b/sc/inc/formulagroup.hxx
@@ -30,9 +30,8 @@ struct FormulaGroupContext : boost::noncopyable
};
/**
- * All the vectorized formula calculation code should be collected here.
- *
- * Abstract base class for formula group interpreters, and a factory.
+ * Abstract base class for vectorised formula group interpreters,
+ * plus a global instance factory.
*/
class SC_DLLPUBLIC FormulaGroupInterpreter
{