Kaydet (Commit) b3f05812 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Clean up a comment

Change-Id: I9ee47a3de42087fb63e5d3e931ecee538017f3cc
üst 18ef85fb
...@@ -107,7 +107,7 @@ enum class ScMatrixMode : sal_uInt8 { ...@@ -107,7 +107,7 @@ enum class ScMatrixMode : sal_uInt8 {
class SC_DLLPUBLIC ScFormulaCell : public SvtListener class SC_DLLPUBLIC ScFormulaCell : public SvtListener
{ {
private: private:
ScFormulaCellGroupRef mxGroup; // re-factoring hack - group of formulae we're part of. ScFormulaCellGroupRef mxGroup; // Group of formulae we're part of
ScFormulaResult aResult; ScFormulaResult aResult;
formula::FormulaGrammar::Grammar eTempGrammar; // used between string (creation) and (re)compilation formula::FormulaGrammar::Grammar eTempGrammar; // used between string (creation) and (re)compilation
ScTokenArray* pCode; // The (new) token array ScTokenArray* pCode; // The (new) token array
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment